public class OpenAS2Exception extends Exception
| Modifier and Type | Field and Description |
|---|---|
static String |
SOURCE_FILE |
static String |
SOURCE_MESSAGE |
| Constructor and Description |
|---|
OpenAS2Exception() |
OpenAS2Exception(String sMsg) |
OpenAS2Exception(String sMsg,
Throwable aCause) |
OpenAS2Exception(Throwable aCause) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSource(String sID,
Object aSource) |
com.helger.commons.collection.impl.ICommonsOrderedMap<String,Object> |
getAllSources() |
Object |
getSource(String sID) |
protected void |
log(boolean bTerminated) |
void |
terminate() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final String SOURCE_MESSAGE
public static final String SOURCE_FILE
@Nonnull @ReturnsMutableCopy public final com.helger.commons.collection.impl.ICommonsOrderedMap<String,Object> getAllSources()
public final void terminate()
protected void log(boolean bTerminated)
bTerminated - true if the exception was terminatedCopyright © 2013–2019 Philip Helger. All rights reserved.