Class RemoteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.artmark.gds.service.exception.ServiceException
com.artmark.gds.service.exception.RemoteException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RateLimitExceededException
Исключительная ситуация "Ошибка при запросе к серверу автовокзала"
- Since:
- 15.01.2015 18:04
- 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
ConstructorsConstructorDescriptionRemoteException
(com.artmark.gds.domain.hibernate.model.Depot depot, String message) RemoteException
(com.artmark.gds.domain.hibernate.model.Depot depot, Throwable cause) RemoteException
(String message) -
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
-
RemoteException
-
RemoteException
-
RemoteException
-