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:
java.io.Serializable
public class InvalidAuthenticationException extends HighLevelException
Exception to be thrown when authentication of a service at another service fails.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidAuthenticationException(java.lang.String message)
InvalidAuthenticationException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class ch.systemsx.cisd.common.exceptions.HighLevelException
isRetriable, isRetriable
-
-