com.ptc.edadata
Class InternalErrorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ptc.edadata.RequestException
              extended bycom.ptc.edadata.InternalErrorException
All Implemented Interfaces:
Serializable

public class InternalErrorException
extends RequestException

Class to wrap unexpected internal API exceptions occuring during request processing See RequestException's JavaDoc for details

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ptc.edadata.RequestException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
InternalErrorException()
           
InternalErrorException(String message)
           
InternalErrorException(String message, RequestItem item)
           
InternalErrorException(String message, RequestItem item, Throwable nestedException)
           
 
Methods inherited from class com.ptc.edadata.RequestException
getItem, getMessage, getNestedException, getNextException, setItem, setMessage, setNestedException, setNextException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InternalErrorException

public InternalErrorException()

InternalErrorException

public InternalErrorException(String message)

InternalErrorException

public InternalErrorException(String message,
                              RequestItem item)

InternalErrorException

public InternalErrorException(String message,
                              RequestItem item,
                              Throwable nestedException)