public class AS2ProcessorException extends AS2Exception
IMessageProcessor has caught exceptions.| Constructor and Description |
|---|
AS2ProcessorException(IMessageProcessor aProcessor,
List<? extends AS2Exception> aCauses) |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsList<AS2Exception> |
getAllCauses()
Get all causes.
|
String |
getMessage() |
String |
getMessage(boolean bAddStackTrace) |
IMessageProcessor |
getProcessor() |
String |
getShortToString() |
getSourceMsg, log, log, setSourceMsg, terminate, terminate, terminateaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AS2ProcessorException(@Nonnull IMessageProcessor aProcessor, @Nonnull @Nonempty List<? extends AS2Exception> aCauses)
@Nonnull public final IMessageProcessor getProcessor()
public String getMessage()
getMessage in class Throwable@Nonnull @Nonempty @ReturnsMutableCopy public final com.helger.commons.collection.impl.ICommonsList<AS2Exception> getAllCauses()
null nor
empty.Copyright © 2013–2022 Philip Helger. All rights reserved.