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

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AuthException, ConnectionFailedException, InputParamException, UpdateApplicationException

public abstract class ClientBaseException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
ClientBaseException(ClientErrorType error)
           
ClientBaseException(ClientErrorType error, Throwable cause)
           
 
Method Summary
 Throwable getCause()
           
 ClientErrorType 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

ClientBaseException

public ClientBaseException(ClientErrorType error)

ClientBaseException

public ClientBaseException(ClientErrorType error,
                           Throwable cause)
Method Detail

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable

getError

public ClientErrorType getError()


Copyright © 2013. All Rights Reserved.