ch.systemsx.cisd.common.exceptions
Class InvalidAuthenticationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ch.systemsx.cisd.common.exceptions.HighLevelException
                  extended by 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
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
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidAuthenticationException

public InvalidAuthenticationException(java.lang.String message)

InvalidAuthenticationException

public InvalidAuthenticationException(java.lang.String message,
                                      java.lang.Throwable cause)