Class CollectException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CollectException
    extends VitamException
    Exception is the superclass of all VITAM processing exceptions.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CollectException​(java.lang.String message)
      ProcessingException constructor Construct the processing exception with a message
      CollectException​(java.lang.String message, java.lang.Throwable cause)
      ProcessingException constructor Construct the processing exception with a message and a throwable exception
      CollectException​(java.lang.Throwable cause)
      ProcessingException constructor Construct the processing exception with a throwable exception
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CollectException

        public CollectException​(java.lang.String message,
                                java.lang.Throwable cause)
        ProcessingException constructor Construct the processing exception with a message and a throwable exception
        Parameters:
        message - associated message
        cause - associated cause
      • CollectException

        public CollectException​(java.lang.Throwable cause)
        ProcessingException constructor Construct the processing exception with a throwable exception
        Parameters:
        cause - associated cause
      • CollectException

        public CollectException​(java.lang.String message)
        ProcessingException constructor Construct the processing exception with a message
        Parameters:
        message - associated message