org.apache.geronimo.network.protocol.control
Class ControlException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.geronimo.network.protocol.control.ControlException
All Implemented Interfaces:
Serializable

public class ControlException
extends Exception

Version:
$Revision: 1.2 $ $Date: 2004/03/10 09:59:14 $
See Also:
Serialized Form

Constructor Summary
ControlException()
           
ControlException(String message)
           
ControlException(String message, Throwable cause)
           
ControlException(Throwable cause)
           
 
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

ControlException

public ControlException()

ControlException

public ControlException(String message)

ControlException

public ControlException(String message,
                        Throwable cause)

ControlException

public ControlException(Throwable cause)


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.