Class AS2ProcessorException

    • Method Detail

      • getMessage

        @Nonnull
        public String getMessage​(boolean bAddStackTrace)
      • getAllCauses

        @Nonnull
        @Nonempty
        @ReturnsMutableCopy
        public final com.helger.commons.collection.impl.ICommonsList<AS2Exception> getAllCauses()
        Get all causes.
        Note: before v4.10.0 this was a list of Throwable
        Returns:
        A list of all causing exceptions. Never null nor empty.
      • getShortToString

        @Nonnull
        public String getShortToString()
        Returns:
        A short version of "toString" without exception stack traces. Never null.