Class ServiceException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RepositoryAlreadyExistsException, RepositoryNotEmptyException, RepositoryQuotaExceededException

public class ServiceException extends RuntimeException
Generic exception encapsulating other root causes.
See Also:
  • Constructor Details

    • ServiceException

      public ServiceException(String message, Throwable throwable)
      Constructs a new exception with the given message and the given root cause.
      Parameters:
      message - The exceptions message.
      throwable - The root cause.
    • ServiceException

      public ServiceException(String message)
      Constructs a new exception with the given message.
      Parameters:
      message - The exceptions message.