org.eclipse.higgins.auth.ex
Class InvalidCredentialException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.rmi.RemoteException
                  extended by org.eclipse.higgins.auth.ex.AuthServiceException
                      extended by org.eclipse.higgins.auth.ex.InvalidCredentialException
All Implemented Interfaces:
Serializable

public class InvalidCredentialException
extends AuthServiceException

Set http status code 401 Unauthorized

Author:
Alexander Yuhimenko
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
InvalidCredentialException()
           
 
Method Summary
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidCredentialException

public InvalidCredentialException()