apidocs / com.srv4pos.server.api.infrastructure.exceptions

Package com.srv4pos.server.api.infrastructure.exceptions

Types

ErrorDetails

class ErrorDetails

Represents serialized exception. User: Kirill Date: 12.07.13 12:28

ErrorName

class ErrorName

ExceptionDeserealizer

object ExceptionDeserealizer

Class for performing deserialization from java.lang.String http response content to exceptions that extends one of following abstract classes:

ForbiddenException

class ForbiddenException

InconsistentDataException

class InconsistentDataException

SeitaException

class SeitaException

ServiceUnavailableException

class ServiceUnavailableException

UnprocessableEntityException

class UnprocessableEntityException

ValueNotValidException

class ValueNotValidException

ValueNotValidExceptionDetails

class ValueNotValidExceptionDetails