hudson.remoting
Class ProxyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by hudson.remoting.ProxyException
All Implemented Interfaces:
java.io.Serializable

public class ProxyException
extends java.io.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

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

ProxyException

public ProxyException(java.lang.Throwable cause)
Method Detail

getCause

public ProxyException getCause()
ProxyException all the way down.

Overrides:
getCause in class java.lang.Throwable


Copyright © 2013. All Rights Reserved.