Class ServiceException

  • All Implemented Interfaces:
    Serializable

    public class ServiceException
    extends Exception
    General exception thrown by REM provisioning services in the case of any unexpected error.
    See Also:
    Serialized Form
    • Constructor Detail

      • ServiceException

        public ServiceException()
      • ServiceException

        public ServiceException​(String message,
                                Throwable cause)
      • ServiceException

        public ServiceException​(String message)
      • ServiceException

        public ServiceException​(Throwable cause)