Class InternalErrorException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InternalErrorException
    extends ServiceException
    The InternalErrorException is thrown by service when an error occurred at the server.
    See Also:
    Serialized Form
    • Constructor Detail

      • InternalErrorException

        public InternalErrorException​(java.lang.String message)
        Parameters:
        message - message
      • InternalErrorException

        public InternalErrorException​(java.lang.String message,
                                      java.lang.Throwable cause)
        Parameters:
        message - message
        cause - cause
      • InternalErrorException

        public InternalErrorException​(java.lang.Throwable cause)
        Parameters:
        cause - cause