|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.transport.tcp.util.WSTCPError
public class WSTCPError
| Method Summary | |
|---|---|
static WSTCPError |
createCriticalError(int subCode,
String description)
|
static WSTCPError |
createError(int code,
int subCode,
String description)
|
static WSTCPError |
createNonCriticalError(int subCode,
String description)
|
int |
getCode()
|
String |
getDescription()
|
int |
getSubCode()
|
boolean |
isCritical()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static WSTCPError createCriticalError(int subCode,
String description)
public static WSTCPError createNonCriticalError(int subCode,
String description)
public static WSTCPError createError(int code,
int subCode,
String description)
public int getCode()
public int getSubCode()
public String getDescription()
public boolean isCritical()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||