Package net.webpdf.wsclient.exception
Class AuthResultException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.webpdf.wsclient.exception.ResultException
-
- net.webpdf.wsclient.exception.AuthResultException
-
- All Implemented Interfaces:
Serializable
public class AuthResultException extends ResultException
An instance of
AuthResultExceptionindicates some error during the execution of a usedAuthProvider.
The actualExceptioncan be requested by callingThrowable.getCause().- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthResultException(@Nullable Exception cause)Creates a newAuthResultException, by wrapping the givenExceptionas it´s cause.
-
Method Summary
-
Methods inherited from class net.webpdf.wsclient.exception.ResultException
getClientError, getErrorCode, getMessage, getStackTraceMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AuthResultException
public AuthResultException(@Nullable @Nullable Exception cause)Creates a newAuthResultException, by wrapping the givenExceptionas it´s cause.- Parameters:
cause- The actualException, that caused theAuthResultException.
-
-