net.stepniak.picheese.error.client.exception
Class AuthException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.stepniak.picheese.error.client.exception.ClientBaseException
                  extended by net.stepniak.picheese.error.client.exception.AuthException
All Implemented Interfaces:
Serializable

public class AuthException
extends ClientBaseException

See Also:
Serialized Form

Constructor Summary
AuthException(ClientErrorType error)
           
AuthException(ClientErrorType error, Throwable cause)
           
 
Method Summary
 
Methods inherited from class net.stepniak.picheese.error.client.exception.ClientBaseException
getCause, getError
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

AuthException

public AuthException(ClientErrorType error)

AuthException

public AuthException(ClientErrorType error,
                     Throwable cause)


Copyright © 2013. All Rights Reserved.