org.apache.tuscany.sca.interfacedef
Class InvalidInterfaceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.tuscany.sca.interfacedef.InvalidInterfaceException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidCallbackException, InvalidOperationException, InvalidWSDLException, OverloadedOperationException

public abstract class InvalidInterfaceException
extends java.lang.Exception

See Also:
Serialized Form

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

InvalidInterfaceException

public InvalidInterfaceException()

InvalidInterfaceException

public InvalidInterfaceException(java.lang.String message)

InvalidInterfaceException

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

InvalidInterfaceException

public InvalidInterfaceException(java.lang.Throwable cause)