Class UnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.artmark.gds.service.exception.ServiceException
com.artmark.gds.service.exception.UnavailableException
- All Implemented Interfaces:
Serializable
Исключительная ситуация "Сервис недоступен"
- Since:
- 12.01.2016 15:35
- Author:
- V.Skorykh
- See Also:
-
Field Summary
Fields inherited from class com.artmark.gds.service.exception.ServiceException
EXPIRED, FORBIDDEN, NOT_FOUND, REMOTE, SEAT_ALREADY_BUSY, type, UNAVAILABLE, UNSUPPORTED, VALIDATION
-
Constructor Summary
ConstructorsConstructorDescriptionUnavailableException
(com.artmark.gds.domain.hibernate.model.Depot depot) UnavailableException
(com.artmark.gds.domain.hibernate.model.Depot depot, Throwable e) -
Method Summary
Methods inherited from class com.artmark.gds.service.exception.ServiceException
getType
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnavailableException
public UnavailableException() -
UnavailableException
public UnavailableException(com.artmark.gds.domain.hibernate.model.Depot depot) -
UnavailableException
-