com.centrasite.jaxr.exceptions
Class AccessViolationException

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.AccessViolationException
All Implemented Interfaces:
java.io.Serializable, javax.xml.registry.JAXRResponse

public class AccessViolationException
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
AccessViolationException(java.lang.String errorMessage, java.lang.Exception e)
          Construct a new AccessViolationException.
 
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

AccessViolationException

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

Parameters:
errorMessage - error message
e - the causing exception