Class ServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.artmark.gds.service.exception.ServiceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ExpiredException, ForbiddenException, NotFoundException, RemoteException, UnavailableException, UnsupportedException, ValidationException

public class ServiceException extends Exception
Ислючительная ситуация в приложении. Это суперкласс для всех прогнозируемых исключительных ситуаций, которые могут случиться в приложении.
Since:
19.12.2014 17:29
Author:
V.Skorykh
See Also:
  • Field Details

  • Constructor Details

    • ServiceException

      public ServiceException(String type)
    • ServiceException

      public ServiceException(String type, String message)
    • ServiceException

      public ServiceException(String type, String message, Throwable cause)
  • Method Details

    • getType

      public String getType()