org.apache.geronimo.gshell.whisper.protocol
Class ProtocolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.geronimo.gshell.whisper.protocol.ProtocolException
- All Implemented Interfaces:
- Serializable
public class ProtocolException
- extends RuntimeException
Thrown to indicate a protocol problem has occured.
- Version:
- $Rev: 579828 $ $Date: 2007-09-26 15:15:42 -0700 (Wed, 26 Sep 2007) $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ProtocolException
public ProtocolException(String msg,
Throwable cause)
ProtocolException
public ProtocolException(String msg)
ProtocolException
public ProtocolException(Throwable cause)
ProtocolException
public ProtocolException()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.