Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


com.stellent.cis.client.api.common
Class PropertyRetrievalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.stellent.cis.common.exception.BaseRuntimeException
                  extended by com.stellent.cis.client.api.common.PropertyRetrievalException

All Implemented Interfaces:
java.io.Serializable

public class PropertyRetrievalException
extends BaseRuntimeException

Exception class indicates a runtime error occurred while trying to retrieve a property.

See Also:
Serialized Form

Field Summary
protected  int m_errorType
           
protected  ICISPropertyDescriptor m_propDescriptor
           
protected  java.lang.String m_propName
           
protected  ICISPropertyValue m_propValue
           
static int PROPERTY_BAD_VALUE
           
static int PROPERTY_ERROR
           
static int PROPERTY_NOT_FOUND
           

 

Fields inherited from class com.stellent.cis.common.exception.BaseRuntimeException
m_hasMessage, m_isWrapper

 

Constructor Summary
PropertyRetrievalException(java.lang.String message)
           
PropertyRetrievalException(java.lang.String message, ICISPropertyDescriptor propDescriptor, ICISPropertyValue propValue, int errorType)
           
PropertyRetrievalException(java.lang.String message, java.lang.String propName, int errorType)
           
PropertyRetrievalException(java.lang.String message, java.lang.Throwable cause)
           
PropertyRetrievalException(java.lang.String message, java.lang.Throwable cause, ICISPropertyDescriptor propDescriptor, ICISPropertyValue propValue, int errorType)
           
PropertyRetrievalException(java.lang.String message, java.lang.Throwable cause, java.lang.String propName, int errorType)
           

 

Method Summary
 int getErrorType()
           
 java.lang.String getMessage()
          Returns the error message string of this throwable object.
 ICISPropertyDescriptor getPropDescriptor()
           
 java.lang.String getPropName()
           
 ICISPropertyValue getPropValue()
           
 void setErrorType(int errorType)
           
 void setPropDescriptor(ICISPropertyDescriptor propDescriptor)
           
 void setPropName(java.lang.String propName)
           
 void setPropValue(ICISPropertyValue propValue)
           

 

Methods inherited from class com.stellent.cis.common.exception.BaseRuntimeException
getRootCause, isWrapper

 

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

 

Field Detail

PROPERTY_ERROR

public static final int PROPERTY_ERROR
See Also:
Constant Field Values

PROPERTY_NOT_FOUND

public static final int PROPERTY_NOT_FOUND
See Also:
Constant Field Values

PROPERTY_BAD_VALUE

public static final int PROPERTY_BAD_VALUE
See Also:
Constant Field Values

m_errorType

protected int m_errorType

m_propDescriptor

protected ICISPropertyDescriptor m_propDescriptor

m_propValue

protected ICISPropertyValue m_propValue

m_propName

protected java.lang.String m_propName

Constructor Detail

PropertyRetrievalException

public PropertyRetrievalException(java.lang.String message,
                                  java.lang.Throwable cause,
                                  ICISPropertyDescriptor propDescriptor,
                                  ICISPropertyValue propValue,
                                  int errorType)

PropertyRetrievalException

public PropertyRetrievalException(java.lang.String message,
                                  ICISPropertyDescriptor propDescriptor,
                                  ICISPropertyValue propValue,
                                  int errorType)

PropertyRetrievalException

public PropertyRetrievalException(java.lang.String message,
                                  java.lang.String propName,
                                  int errorType)

PropertyRetrievalException

public PropertyRetrievalException(java.lang.String message,
                                  java.lang.Throwable cause,
                                  java.lang.String propName,
                                  int errorType)

PropertyRetrievalException

public PropertyRetrievalException(java.lang.String message)

PropertyRetrievalException

public PropertyRetrievalException(java.lang.String message,
                                  java.lang.Throwable cause)

Method Detail

getErrorType

public int getErrorType()

setErrorType

public void setErrorType(int errorType)

getPropDescriptor

public ICISPropertyDescriptor getPropDescriptor()

setPropDescriptor

public void setPropDescriptor(ICISPropertyDescriptor propDescriptor)

getPropValue

public ICISPropertyValue getPropValue()

setPropValue

public void setPropValue(ICISPropertyValue propValue)

getPropName

public java.lang.String getPropName()

setPropName

public void setPropName(java.lang.String propName)

getMessage

public java.lang.String getMessage()
Returns the error message string of this throwable object.
Overrides:
getMessage in class BaseRuntimeException
Returns:
the error message string of this Throwable object if it was created with an error message string; or null if it was created with no error message.

Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


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