Class CollectInternalErrorsDetailsException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CollectInternalMultipleErrorsDetailsException, CollectInternalSingleErrorsDetailException

public class CollectInternalErrorsDetailsException extends CollectInternalException
See Also:
  • Constructor Details

    • CollectInternalErrorsDetailsException

      public CollectInternalErrorsDetailsException(String message)
    • CollectInternalErrorsDetailsException

      public CollectInternalErrorsDetailsException(String message, List<VitamErrorDetails> errorsDetailsList)
    • CollectInternalErrorsDetailsException

      public CollectInternalErrorsDetailsException(String message, List<VitamErrorDetails> errorsDetailsList, Throwable cause)
  • Method Details