org.openejb.corba
Class CORBAException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.openejb.corba.CORBAException
All Implemented Interfaces:
Serializable

public class CORBAException
extends Exception

Version:
$Revision: 445127 $ $Date: 2005-01-13 18:00:24 +0100 (Thu, 13 Jan 2005) $
See Also:
Serialized Form

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

CORBAException

public CORBAException()

CORBAException

public CORBAException(String message)

CORBAException

public CORBAException(String message,
                      Throwable cause)

CORBAException

public CORBAException(Throwable cause)


Copyright © 1999-2006 OpenEJB. All Rights Reserved.