Class ServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
loci.common.services.ServiceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
S3ClientServiceException

public class ServiceException extends Exception
Exception thrown when there is an error within a given service. That could not be handled.
Author:
Chris Allan (callan at blackcat dot ca)
See Also:
  • Constructor Details

    • ServiceException

      public ServiceException(String message)
      Default constructor.
      Parameters:
      message - Error message.
    • ServiceException

      public ServiceException(String message, Throwable cause)
      Default constructor.
      Parameters:
      message - Error message.
      cause - Upstream exception.
    • ServiceException

      public ServiceException(Throwable cause)
      Default constructor.
      Parameters:
      cause - Upstream exception.