Package hudson.remoting
Class ProxyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
hudson.remoting.ProxyException
- All Implemented Interfaces:
Serializable
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.
- Author:
- Kohsuke Kawaguchi
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProxyException
-
-
Method Details
-
getCause
ProxyException
all the way down.
-