Class DocumentServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
se.conciliate.extensions.documentservice.exception.DocumentServiceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UserCausedDocumentServiceException

@Deprecated public class DocumentServiceException extends Exception
Deprecated.
Exception used to signal an error in a DocumentService.
Author:
Per-Erik
See Also:
  • Constructor Details

    • DocumentServiceException

      public DocumentServiceException(Throwable cause)
      Deprecated.
      Creates a new DocumentServiceException with the cause 'cause'.
      Parameters:
      cause - the base exception that caused this DocumentServiceException.
    • DocumentServiceException

      public DocumentServiceException(String msg, Throwable cause)
      Deprecated.
      Creates a new DocumentServiceException with the cause 'cause' and message 'msg'.
      Parameters:
      msg - a message explaining what went wrong.
      cause - the base exception that caused this DocumentServiceException.
    • DocumentServiceException

      public DocumentServiceException()
      Deprecated.
      Creates a new instance of DocumentServiceException without detail message.
    • DocumentServiceException

      public DocumentServiceException(String msg)
      Deprecated.
      Constructs an instance of DocumentServiceException with the specified detail message.
      Parameters:
      msg - a message explaining what went wrong.