@WebFault(name="illegalState", targetNamespace="http://www.example.org/WS-HT/api/xsd") public class IllegalStateFault extends Exception
| Constructor and Description |
|---|
IllegalStateFault() |
IllegalStateFault(String message) |
IllegalStateFault(String message,
IllegalState illegalState) |
IllegalStateFault(String message,
IllegalState illegalState,
Throwable cause) |
IllegalStateFault(String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
IllegalState |
getFaultInfo() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalStateFault()
public IllegalStateFault(String message)
public IllegalStateFault(String message, IllegalState illegalState)
public IllegalStateFault(String message, IllegalState illegalState, Throwable cause)
public IllegalState getFaultInfo()
Copyright © 2012 OW2 Consortium. All Rights Reserved.