|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
ca.idms.net.PacketException
ca.idms.proxy.ProxyException
ca.idms.proxy.ProxyServerException
public class ProxyServerException
Thrown to indicate that the proxy server received an error forwarding the request to the server. Typically the exception returned by the Proxy implementation class is returned is used to generate the message text.
| Constructor Summary | |
|---|---|
ProxyServerException(java.io.IOException e)
Constructs a new ProxyServerException to encapsulate a Proxy implementation exception. |
|
ProxyServerException(java.lang.String s)
Constructs a new ProxyServerException with the specified detail message. |
|
| Method Summary |
|---|
| Methods inherited from class ca.idms.net.PacketException |
|---|
getDetailMessage, getError, getMessage |
| 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 ProxyServerException(java.lang.String s)
s - the detail message.public ProxyServerException(java.io.IOException e)
e - proxy exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||