|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.io.IOException | +--com.sun.tdk.sampleapi.GetQuoteException
This exception may be thrown by methods that have detected an i/o exception while retrieving requested stock information.
Constructor Summary | |
GetQuoteException(java.lang.String message,
java.lang.Exception cause)
Constructs a GetQuoteException with the specified detail message and nested exception. |
Method Summary | |
java.lang.Exception |
getNested()
Gets the nested exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 GetQuoteException(java.lang.String message, java.lang.Exception cause)
message
can be null
as can
cause
.
message
- The detail message pertaining to this exception.
This value can be null
.cause
- An exception that triggered this exception.
This value can be null
.Method Detail |
public java.lang.Exception getNested()
null
if there is no
nested exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |