org.apache.ode.bpel.compiler.wsdl
Class InvalidBpelRoleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.wsdl.WSDLException
              extended by org.apache.ode.bpel.compiler.wsdl.InvalidBpelRoleException
All Implemented Interfaces:
java.io.Serializable

public class InvalidBpelRoleException
extends javax.wsdl.WSDLException

An exception thrown in response to an invalid BPEL <role> declaration.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.wsdl.WSDLException
CONFIGURATION_ERROR, INVALID_WSDL, NO_PREFIX_SPECIFIED, OTHER_ERROR, PARSER_ERROR, UNBOUND_PREFIX
 
Constructor Summary
InvalidBpelRoleException(java.lang.String msg)
          Construct a new instance with the specified explanatory message.
InvalidBpelRoleException(java.lang.String msg, java.lang.Throwable t)
          Construct a new instance with the specified explanatory message and the exception that triggered this exception.
 
Method Summary
 
Methods inherited from class javax.wsdl.WSDLException
getFaultCode, getLocation, getMessage, getTargetException, setFaultCode, setLocation, setTargetException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

InvalidBpelRoleException

public InvalidBpelRoleException(java.lang.String msg)
Construct a new instance with the specified explanatory message.

Parameters:
msg - an explanatory message.
See Also:
WSDLException.WSDLException(java.lang.String, java.lang.String)

InvalidBpelRoleException

public InvalidBpelRoleException(java.lang.String msg,
                                java.lang.Throwable t)
Construct a new instance with the specified explanatory message and the exception that triggered this exception.

Parameters:
msg - an explanatory message
t - the Throwable that triggered this exception.
See Also:
WSDLException.WSDLException(java.lang.String, java.lang.String, java.lang.Throwable)