Class CollectExternalException

java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.collect.external.external.exception.CollectExternalException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CollectExternalInvalidRequestException, CollectExternalNotFoundException, CollectExternalServerSideException

public class CollectExternalException extends VitamException
Exception is the superclass of all VITAM processing exceptions.
See Also:
  • Constructor Details

    • CollectExternalException

      public CollectExternalException(String message, Throwable cause)
      ProcessingException constructor Construct the processing exception with a message and a throwable exception
      Parameters:
      message - associated message
      cause - associated cause
    • CollectExternalException

      public CollectExternalException(Throwable cause)
      ProcessingException constructor Construct the processing exception with a throwable exception
      Parameters:
      cause - associated cause
    • CollectExternalException

      public CollectExternalException(String message)
      ProcessingException constructor Construct the processing exception with a message
      Parameters:
      message - associated message