Class FSLoginHelperException
- 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.services.FSLoginHelperException
-
- All Implemented Interfaces:
L10NMessage,Serializable
public class FSLoginHelperException extends FSException
This class handles all preLogin & postLogin exceptions.- See Also:
FSException, Serialized Form
-
-
Field Summary
-
Fields inherited from class com.sun.identity.federation.common.FSException
_message, rootCause
-
-
Constructor Summary
Constructors Constructor Description FSLoginHelperException(String msg)Constructs anFSLoginHelperExceptionwith a detailed message.FSLoginHelperException(String errorCode, Object[] args)Constructor.FSLoginHelperException(String msg, Throwable t)Constructs anFSLoginHelperExceptionwith a message and an embedded exception.
-
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
-
FSLoginHelperException
public FSLoginHelperException(String errorCode, Object[] args)
Constructor.- Parameters:
errorCode- Key of the error message in resource bundle.args- Arguments to the message.
-
FSLoginHelperException
public FSLoginHelperException(String msg)
Constructs anFSLoginHelperExceptionwith a detailed message.- Parameters:
msg- Detailed message for this exception.
-
-