|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jnlp.sample.servlet.ErrorResponseException
public class ErrorResponseException
An exception that holds a DownloadResponse object. This exception can be thrown with the content describing the message that should be returned in the HTTP respond
Constructor Summary | |
---|---|
ErrorResponseException(DownloadResponse downloadResponse)
|
Method Summary | |
---|---|
DownloadResponse |
getDownloadResponse()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ErrorResponseException(DownloadResponse downloadResponse)
Method Detail |
---|
public DownloadResponse getDownloadResponse()
public java.lang.String toString()
toString
in class java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |