Uses of Class
net.stepniak.picheese.error.server.ServerErrorType

Packages that use ServerErrorType
net.stepniak.picheese.error.server   
net.stepniak.picheese.error.server.exception   
net.stepniak.picheese.pojos.v1   
 

Uses of ServerErrorType in net.stepniak.picheese.error.server
 

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

Uses of ServerErrorType in net.stepniak.picheese.error.server.exception
 

Methods in net.stepniak.picheese.error.server.exception that return ServerErrorType
 ServerErrorType ServerBaseException.getError()
           
 

Constructors in net.stepniak.picheese.error.server.exception with parameters of type ServerErrorType
BadRequestException(ServerErrorType error)
           
BadRequestException(ServerErrorType error, Throwable cause)
           
ForbiddenException(ServerErrorType error)
           
ForbiddenException(ServerErrorType error, Throwable cause)
           
HttpsRequiredException(ServerErrorType error)
           
HttpsRequiredException(ServerErrorType error, Throwable cause)
           
ImageException(ServerErrorType error)
           
ImageException(ServerErrorType error, Throwable cause)
           
InternalServerException(ServerErrorType error)
           
InternalServerException(ServerErrorType error, Throwable cause)
           
MethodNotAllowedException(ServerErrorType error)
           
MethodNotAllowedException(ServerErrorType error, Throwable cause)
           
NotAuthorizedException(ServerErrorType error)
           
NotAuthorizedException(ServerErrorType error, Throwable cause)
           
NotFoundException(ServerErrorType error)
           
NotFoundException(ServerErrorType error, Throwable cause)
           
PhotoException(ServerErrorType error)
           
PhotoException(ServerErrorType error, Throwable cause)
           
ServerBaseException(ServerErrorType error, Throwable cause, int status)
           
UnsupportedMediaTypeException(ServerErrorType error)
           
UnsupportedMediaTypeException(ServerErrorType error, Throwable cause)
           
UserAuthException(ServerErrorType error)
           
UserAuthException(ServerErrorType error, Throwable cause)
           
 

Uses of ServerErrorType in net.stepniak.picheese.pojos.v1
 

Constructors in net.stepniak.picheese.pojos.v1 with parameters of type ServerErrorType
Error(ServerErrorType error)
           
 



Copyright © 2013. All Rights Reserved.