org.apache.geronimo.gshell.whisper.protocol
Class ProtocolException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
ProtocolException()
           
ProtocolException(String msg)
           
ProtocolException(String msg, Throwable cause)
           
ProtocolException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

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.