org.apache.axis2.corba.exceptions
Class CorbaInvocationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.axis2.corba.exceptions.CorbaException
              extended by org.apache.axis2.corba.exceptions.CorbaInvocationException
All Implemented Interfaces:
java.io.Serializable

public class CorbaInvocationException
extends CorbaException

See Also:
Serialized Form

Constructor Summary
CorbaInvocationException()
           
CorbaInvocationException(java.lang.String message)
           
CorbaInvocationException(java.lang.String message, java.lang.Throwable cause)
           
CorbaInvocationException(java.lang.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

CorbaInvocationException

public CorbaInvocationException()

CorbaInvocationException

public CorbaInvocationException(java.lang.String message)

CorbaInvocationException

public CorbaInvocationException(java.lang.Throwable cause)

CorbaInvocationException

public CorbaInvocationException(java.lang.String message,
                                java.lang.Throwable cause)


Copyright © 2007 Apache Web Services Project. All Rights Reserved.