Class CollectInternalException

java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.collect.common.exception.CollectInternalException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CollectInternalInvalidRequestException, CollectInternalNotFoundException, CollectInternalServerSideException

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

    • CollectInternalException

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

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

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