Class FSPreLoginException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sun.identity.shared.locale.L10NMessageImpl
-
- com.sun.identity.federation.common.FSException
-
- com.sun.identity.federation.login.FSPreLoginException
-
- All Implemented Interfaces:
L10NMessage,Serializable
public class FSPreLoginException extends FSException
TheFSPreLoginExceptionis used to specify an exception related to an error during pre login operations.- See Also:
FSPreLogin, Serialized Form
-
-
Field Summary
-
Fields inherited from class com.sun.identity.federation.common.FSException
_message, rootCause
-
-
Constructor Summary
Constructors Constructor Description FSPreLoginException(String msg)CreatesFSPreLoginExceptionobject.FSPreLoginException(String errorCode, Object[] args)CreatesFSPreLoginExceptionobject.FSPreLoginException(Throwable t, String msg)CreatesFSPreLoginExceptionobject.
-
Method Summary
-
Methods inherited from class com.sun.identity.federation.common.FSException
getRootCause, log, log, printStackTrace, printStackTrace, printStackTrace, toString
-
Methods inherited from class com.sun.identity.shared.locale.L10NMessageImpl
getErrorCode, getL10NMessage, getMessage, getMessageArgs, getResourceBundleName
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
-
-
-
Constructor Detail
-
FSPreLoginException
public FSPreLoginException(String errorCode, Object[] args)
CreatesFSPreLoginExceptionobject.- Parameters:
errorCode- Key of the error message in resource bundle.args- Arguments to the message.
-
FSPreLoginException
public FSPreLoginException(String msg)
CreatesFSPreLoginExceptionobject.- Parameters:
msg- the message for this exception.
-
-