Style Intelligence v12.0

inetsoft.sree.security
Class PasswordResetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by inetsoft.sree.security.PasswordResetException
All Implemented Interfaces:
Serializable

public class PasswordResetException
extends RuntimeException

Exception that signals that the administrator's password has been reset and the user must re-authenticate.

Since:
10.3
See Also:
Serialized Form

Constructor Summary
PasswordResetException()
          Creates a new instance of PasswordResetException.
PasswordResetException(String message)
          Creates a new instance of PasswordResetException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PasswordResetException

public PasswordResetException()
Creates a new instance of PasswordResetException.


PasswordResetException

public PasswordResetException(String message)
Creates a new instance of PasswordResetException.

Parameters:
message - the error message.

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.