com.centrasite.jaxr.exceptions
Class TypeMismatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.xml.registry.JAXRException
              extended by com.centrasite.jaxr.exceptions.TypeMismatchException
All Implemented Interfaces:
java.io.Serializable, javax.xml.registry.JAXRResponse

public class TypeMismatchException
extends javax.xml.registry.JAXRException

See Also:
Serialized Form

Field Summary
static java.lang.String rcs_id
           
 
Fields inherited from class javax.xml.registry.JAXRException
cause
 
Fields inherited from interface javax.xml.registry.JAXRResponse
STATUS_FAILURE, STATUS_SUCCESS, STATUS_UNAVAILABLE, STATUS_WARNING
 
Constructor Summary
TypeMismatchException(java.lang.String errorMessage, java.lang.Exception e)
          Construct a new TypeMismatchException.
 
Method Summary
 
Methods inherited from class javax.xml.registry.JAXRException
getCause, getMessage, getRequestId, getStatus, initCause, isAvailable
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

rcs_id

public static final java.lang.String rcs_id
See Also:
Constant Field Values
Constructor Detail

TypeMismatchException

public TypeMismatchException(java.lang.String errorMessage,
                             java.lang.Exception e)
Construct a new TypeMismatchException.

Parameters:
errorMessage - error message
e - the causing exception