com.ibm.j2ca.base.exceptions
Class InvalidVerbException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.resource.ResourceException
              extended bycom.ibm.j2ca.base.exceptions.InvalidVerbException
All Implemented Interfaces:
java.io.Serializable

public class InvalidVerbException
extends javax.resource.ResourceException

See Also:
Serialized Form

Constructor Summary
InvalidVerbException(java.lang.String verb, java.lang.String operation)
           
 
Method Summary
 java.lang.String getOperation()
           
 java.lang.String getVerb()
           
 
Methods inherited from class javax.resource.ResourceException
getErrorCode, getLinkedException, getMessage, setErrorCode, setLinkedException
 
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

InvalidVerbException

public InvalidVerbException(java.lang.String verb,
                            java.lang.String operation)
Method Detail

getVerb

public java.lang.String getVerb()

getOperation

public java.lang.String getOperation()