Package com.webmethods.caf.wsserver.auth
Class AuthException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.webmethods.caf.wsclient.WSClientException
com.webmethods.caf.wsserver.auth.AuthException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SAMLException
Any authentication related exceptions will be
an instance of AuthException
- See Also:
-
Field Summary
FieldsFields inherited from class com.webmethods.caf.wsclient.WSClientException
RES_BNDL_NAME
-
Constructor Summary
ConstructorsConstructorDescriptionAuthException
(Throwable cause) AuthException
(ResourceBundle resourceBundle, String key) AuthException
(ResourceBundle resourceBundle, String key, Object[] args) AuthException
(ResourceBundle resourceBundle, String key, Object[] args, Throwable throwable) AuthException
(ResourceBundle resourceBundle, String key, Throwable throwable) -
Method Summary
Methods inherited from class com.webmethods.caf.wsclient.WSClientException
getDefaultResourceBundle, getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
protected static final long serialVersionUID- See Also:
-
-
Constructor Details
-
AuthException
public AuthException() -
AuthException
-
AuthException
-
AuthException
-
AuthException
-
AuthException
-