com.sun.xml.ws.transport.tcp.util
Class WSTCPError

java.lang.Object
  extended by com.sun.xml.ws.transport.tcp.util.WSTCPError

public class WSTCPError
extends Object

Author:
Alexey Stashok

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

createCriticalError

public static WSTCPError createCriticalError(int subCode,
                                             String description)

createNonCriticalError

public static WSTCPError createNonCriticalError(int subCode,
                                                String description)

createError

public static WSTCPError createError(int code,
                                     int subCode,
                                     String description)

getCode

public int getCode()

getSubCode

public int getSubCode()

getDescription

public String getDescription()

isCritical

public boolean isCritical()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.