Uses of Class
net.stepniak.picheese.error.client.ClientErrorType

Packages that use ClientErrorType
net.stepniak.picheese.error.client   
net.stepniak.picheese.error.client.exception   
 

Uses of ClientErrorType in net.stepniak.picheese.error.client
 

Methods in net.stepniak.picheese.error.client that return ClientErrorType
static ClientErrorType ClientErrorType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ClientErrorType[] ClientErrorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ClientErrorType in net.stepniak.picheese.error.client.exception
 

Methods in net.stepniak.picheese.error.client.exception that return ClientErrorType
 ClientErrorType ClientBaseException.getError()
           
 

Constructors in net.stepniak.picheese.error.client.exception with parameters of type ClientErrorType
AuthException(ClientErrorType error)
           
AuthException(ClientErrorType error, Throwable cause)
           
ClientBaseException(ClientErrorType error)
           
ClientBaseException(ClientErrorType error, Throwable cause)
           
ConnectionFailedException(ClientErrorType error)
           
ConnectionFailedException(ClientErrorType error, Throwable cause)
           
InputParamException(ClientErrorType error)
           
InputParamException(ClientErrorType error, Throwable cause)
           
UpdateApplicationException(ClientErrorType error)
           
UpdateApplicationException(ClientErrorType error, Throwable cause)
           
 



Copyright © 2013. All Rights Reserved.