Skip navigation links


oracle.iam.grc.sod.scomp.impl.oia.util.webservice.com.vaau.rbacx.api.exception
Class RbacxServiceException

java.lang.Object
  extended by oracle.iam.grc.sod.scomp.impl.oia.util.webservice.com.vaau.rbacx.api.exception.RbacxServiceException


public class RbacxServiceException
extends java.lang.Object

Java class for RbacxServiceException complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="RbacxServiceException">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="detailedErrorMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="errorCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="errorMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
RbacxServiceException()
           

 

Method Summary
 javax.xml.bind.JAXBElement getDetailedErrorMessage()
          Gets the value of the detailedErrorMessage property.
 javax.xml.bind.JAXBElement getErrorCode()
          Gets the value of the errorCode property.
 javax.xml.bind.JAXBElement getErrorMessage()
          Gets the value of the errorMessage property.
 void setDetailedErrorMessage(javax.xml.bind.JAXBElement value)
          Sets the value of the detailedErrorMessage property.
 void setErrorCode(javax.xml.bind.JAXBElement value)
          Sets the value of the errorCode property.
 void setErrorMessage(javax.xml.bind.JAXBElement value)
          Sets the value of the errorMessage property.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

RbacxServiceException

public RbacxServiceException()

Method Detail

getDetailedErrorMessage

public javax.xml.bind.JAXBElement getDetailedErrorMessage()
Gets the value of the detailedErrorMessage property.
Returns:
possible object is JAXBElement<String>

setDetailedErrorMessage

public void setDetailedErrorMessage(javax.xml.bind.JAXBElement value)
Sets the value of the detailedErrorMessage property.
Parameters:
value - allowed object is JAXBElement<String>

getErrorCode

public javax.xml.bind.JAXBElement getErrorCode()
Gets the value of the errorCode property.
Returns:
possible object is JAXBElement<String>

setErrorCode

public void setErrorCode(javax.xml.bind.JAXBElement value)
Sets the value of the errorCode property.
Parameters:
value - allowed object is JAXBElement<String>

getErrorMessage

public javax.xml.bind.JAXBElement getErrorMessage()
Gets the value of the errorMessage property.
Returns:
possible object is JAXBElement<String>

setErrorMessage

public void setErrorMessage(javax.xml.bind.JAXBElement value)
Sets the value of the errorMessage property.
Parameters:
value - allowed object is JAXBElement<String>

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.