jetbrains.buildServer.serverSide.auth
Class AuthenticationFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jetbrains.buildServer.serverSide.auth.AuthenticationFailedException
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationFailedException
extends java.lang.RuntimeException

Author:
Pavel.Sher Date: 19.01.2007
See Also:
Serialized Form

Constructor Summary
AuthenticationFailedException(java.lang.String message)
           
AuthenticationFailedException(java.lang.String message, boolean internalError)
           
 
Method Summary
 boolean isInternalError()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationFailedException

public AuthenticationFailedException(java.lang.String message)

AuthenticationFailedException

public AuthenticationFailedException(java.lang.String message,
                                     boolean internalError)
Method Detail

isInternalError

public boolean isInternalError()