Class ServiceException

All Implemented Interfaces:
Serializable

public class ServiceException extends CoreException

Exception thrown by Services.

See Also:
  • Constructor Details

    • ServiceException

      public ServiceException()

      Creates a new instance.

    • ServiceException

      public ServiceException(Throwable cause)

      Creates a new instance with a reference to a previous Exception.

      Parameters:
      cause - a previous, causal Exception
    • ServiceException

      public ServiceException(String description)

      Creates a new instance with a description of the Exception.

      Parameters:
      description - description of the Exception
    • ServiceException

      public ServiceException(String description, Throwable cause)

      Creates a new instance with a reference to a previous Exception and a description of the Exception.

      Parameters:
      description - of the Exception
      cause - previous Exception