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 PropertySetException

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.PropertySetException

All Implemented Interfaces:
java.io.Serializable

public class PropertySetException
extends BaseRuntimeException

Property error that occurs when the UCPM API encouters an error setting a property.

See Also:
Serialized Form

Field Summary
protected  int m_errorType
           
protected  java.lang.String m_propertyName
           
protected  java.lang.Object m_propertyValue
           
static int PROPERTY_BAD_VALUE
           
static int PROPERTY_ERROR
           
static int PROPERTY_METHOD_ERROR
           
static int PROPERTY_READ_ONLY
           

 

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

 

Constructor Summary
PropertySetException(java.lang.String message)
           
PropertySetException(java.lang.String message, java.lang.String propertyName, java.lang.Object propertyValue, int errorType)
           
PropertySetException(java.lang.String message, java.lang.Throwable cause)
           
PropertySetException(java.lang.String message, java.lang.Throwable cause, java.lang.String propertyName, java.lang.Object propertyValue, int errorType)
           
PropertySetException(java.lang.Throwable cause, java.lang.String propertyName, java.lang.Object propertyValue, int errorType)
           

 

Method Summary
 int getErrorType()
           
 java.lang.String getPropertyName()
           
 java.lang.Object getPropertyValue()
           
 void setErrorType(int errorType)
           
 void setPropertyName(java.lang.String propertyName)
           
 void setPropertyValue(java.lang.Object propertyValue)
           

 

Methods inherited from class com.stellent.cis.common.exception.BaseRuntimeException
getMessage, 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_METHOD_ERROR

public static final int PROPERTY_METHOD_ERROR
See Also:
Constant Field Values

PROPERTY_BAD_VALUE

public static final int PROPERTY_BAD_VALUE
See Also:
Constant Field Values

PROPERTY_READ_ONLY

public static final int PROPERTY_READ_ONLY
See Also:
Constant Field Values

m_errorType

protected int m_errorType

m_propertyName

protected java.lang.String m_propertyName

m_propertyValue

protected java.lang.Object m_propertyValue

Constructor Detail

PropertySetException

public PropertySetException(java.lang.Throwable cause,
                            java.lang.String propertyName,
                            java.lang.Object propertyValue,
                            int errorType)

PropertySetException

public PropertySetException(java.lang.String message,
                            java.lang.Throwable cause,
                            java.lang.String propertyName,
                            java.lang.Object propertyValue,
                            int errorType)

PropertySetException

public PropertySetException(java.lang.String message,
                            java.lang.String propertyName,
                            java.lang.Object propertyValue,
                            int errorType)

PropertySetException

public PropertySetException(java.lang.String message)

PropertySetException

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

Method Detail

getErrorType

public int getErrorType()

setErrorType

public void setErrorType(int errorType)

getPropertyName

public java.lang.String getPropertyName()

setPropertyName

public void setPropertyName(java.lang.String propertyName)

getPropertyValue

public java.lang.Object getPropertyValue()

setPropertyValue

public void setPropertyValue(java.lang.Object propertyValue)

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.