hudson.remoting
Class ProxyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
hudson.remoting.ProxyException
- All Implemented Interfaces:
- Serializable
public class ProxyException
- extends IOException
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:
- Serialized Form
ProxyException
public ProxyException(Throwable cause)
getCause
public ProxyException getCause()
ProxyException all the way down.
- Overrides:
getCause in class Throwable
Copyright © 2004-2011. All Rights Reserved.