com.ptc.edadata
Class ExtraOptionsNeededException

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

public class ExtraOptionsNeededException
extends RequestException

Exception thrown when API encounters insufficient data in a request item 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
ExtraOptionsNeededException()
           
ExtraOptionsNeededException(String message)
           
ExtraOptionsNeededException(String message, RequestItem item)
           
ExtraOptionsNeededException(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

ExtraOptionsNeededException

public ExtraOptionsNeededException()

ExtraOptionsNeededException

public ExtraOptionsNeededException(String message)

ExtraOptionsNeededException

public ExtraOptionsNeededException(String message,
                                   RequestItem item)

ExtraOptionsNeededException

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