Package com.ptc.windchill.esi.map
Class ESIResponseMetaInfoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
wt.util.WTException
com.ptc.windchill.esi.utl.ESIException
com.ptc.windchill.esi.map.ESIResponseMetaInfoException
- All Implemented Interfaces:
Serializable,LocalizableMessage,Message
Thrown when a error occurs while processing ESIResponse meta information.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from class wt.util.WTException
GETMESSAGE_LINE_SEPARATOR, LINE_SEPARATOR, SPACE_SEPARATOR, TOSTRING_LINE_SEPARATOR -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.Pass an exception to the base class.Passes message to base constructor. -
Method Summary
Methods inherited from class com.ptc.windchill.esi.utl.ESIException
getErrorCode, setErrorCodeMethods inherited from class wt.util.WTException
getAdditionalMessageArray, getAdditionalMessages, getAdditionalMessages, getExceptionIdentifier, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getNestedExceptionString, getNestedExceptionString, getNestedThrowable, getStandardMessage, getStandardMessage, getWTMessage, printStackTrace, printStackTrace, printStackTrace, setLocalizedMessage, toString, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Constructor Details
-
ESIResponseMetaInfoException
public ESIResponseMetaInfoException()Default constructor.
Supported API: true -
ESIResponseMetaInfoException
Passes message to base constructor.
Supported API: true- Parameters:
msg- The message to pass to the base class constructor.
-
ESIResponseMetaInfoException
Pass an exception to the base class.
Supported API: true- Parameters:
e- The exception that is to be passed to the base class.
-