net.stepniak.picheese.error.server.exception
Class ServerBaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.stepniak.picheese.error.server.exception.ServerBaseException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- BadRequestException, ForbiddenException, HttpsRequiredException, ImageException, InternalServerException, MethodNotAllowedException, NotAuthorizedException, NotFoundException, PhotoException, UnsupportedMediaTypeException, UserAuthException
public abstract class ServerBaseException
- extends RuntimeException
- See Also:
- Serialized Form
ServerBaseException
public ServerBaseException(ServerErrorType error,
Throwable cause,
int status)
getCause
public Throwable getCause()
- Overrides:
getCause in class Throwable
getError
public ServerErrorType getError()
getStatus
public int getStatus()
Copyright © 2013. All Rights Reserved.