public class DispositionException extends OpenAS2Exception
SOURCE_FILE, SOURCE_MESSAGE| Constructor and Description |
|---|
DispositionException(DispositionType disposition,
String text) |
DispositionException(DispositionType disposition,
String text,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
DispositionType |
getDisposition() |
String |
getText() |
void |
setDisposition(DispositionType disposition) |
void |
setText(String string) |
addSource, getSource, getSources, log, terminateaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DispositionException(DispositionType disposition, String text, Throwable cause)
public DispositionException(DispositionType disposition, String text)
public DispositionType getDisposition()
public void setDisposition(DispositionType disposition)
public String getText()
public void setText(String string)
Copyright © 2018. All rights reserved.