hudson.remoting
Class ChannelClosedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
hudson.remoting.ChannelClosedException
- All Implemented Interfaces:
- Serializable
public class ChannelClosedException
- extends IOException
Indicates that the channel is already closed.
- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ChannelClosedException
public ChannelClosedException()
- Deprecated. Use
ChannelClosedException(Throwable).
ChannelClosedException
public ChannelClosedException(Throwable cause)
Copyright © 2004-2011. All Rights Reserved.