org.apache.geronimo.corba
Class CORBAException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.geronimo.corba.CORBAException
All Implemented Interfaces:
Serializable

public class CORBAException
extends Exception

See Also:
Serialized Form

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

CORBAException

public CORBAException()

CORBAException

public CORBAException(String message)

CORBAException

public CORBAException(String message,
                      Throwable cause)

CORBAException

public CORBAException(Throwable cause)


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.