|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ptc.edadata.RequestException
com.ptc.edadata.ExtraOptionsNeededException
Exception thrown when API encounters insufficient data in a request item
See RequestException
's JavaDoc for details
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 |
public ExtraOptionsNeededException()
public ExtraOptionsNeededException(String message)
public ExtraOptionsNeededException(String message, RequestItem item)
public ExtraOptionsNeededException(String message, RequestItem item, Throwable nestedException)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |