Serializablepublic class DispositionException extends OpenAS2Exception
SOURCE_FILE, SOURCE_MESSAGE| Constructor | Description |
|---|---|
DispositionException(DispositionType disposition,
String text) |
|
DispositionException(DispositionType disposition,
String text,
Throwable cause) |
| Modifier and Type | Method | Description |
|---|---|---|
DispositionType |
getDisposition() |
|
String |
getText() |
|
void |
setDisposition(DispositionType disposition) |
|
void |
setText(String string) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSource, 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.