jnlp.sample.servlet
Class ErrorResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jnlp.sample.servlet.ErrorResponseException
- All Implemented Interfaces:
- Serializable
public class ErrorResponseException
- extends Exception
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
- See Also:
- Serialized Form
ErrorResponseException
public ErrorResponseException(DownloadResponse downloadResponse)
getDownloadResponse
public DownloadResponse getDownloadResponse()
toString
public String toString()
- Overrides:
toString
in class Throwable
Copyright © 2005-2011 Sun Microsystems. All Rights Reserved.