|
||||||||||
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
hudson.remoting.ProxyException
public class ProxyException
Used when the exception thrown by the remoted code cannot be serialized.
This exception captures the part of the information of the original exception so that the caller can get some information about the problem that happened.
Constructor Summary | |
---|---|
ProxyException(java.lang.Throwable cause)
|
Method Summary | |
---|---|
ProxyException |
getCause()
ProxyException all the way down. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, 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 ProxyException(java.lang.Throwable cause)
Method Detail |
---|
public ProxyException getCause()
ProxyException
all the way down.
getCause
in class java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |