Class ServerException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ServiceException

@Private public class ServerException extends XException
Exception thrown by the Server class.
See Also:
  • Constructor Details

    • ServerException

      protected ServerException(XException.ERROR error, Object... params)
      Constructor for sub-classes.
      Parameters:
      error - error code for the XException.
      params - parameters to use when creating the error message with the error code template.
    • ServerException

      public ServerException(ServerException.ERROR error, Object... params)
      Creates an server exception using the specified error code. The exception message is resolved using the error code template and the passed parameters.
      Parameters:
      error - error code for the XException.
      params - parameters to use when creating the error message with the error code template.