Class InvalidAuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.systemsx.cisd.common.exceptions.HighLevelException
ch.systemsx.cisd.common.exceptions.InvalidAuthenticationException
- All Implemented Interfaces:
Serializable
Exception to be thrown when authentication of a service at another service fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidAuthenticationException(String message) InvalidAuthenticationException(String message, Throwable cause) -
Method Summary
Methods inherited from class ch.systemsx.cisd.common.exceptions.HighLevelException
isRetriable, isRetriableMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidAuthenticationException
-
InvalidAuthenticationException
-