atg.beans
Class PropertyNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by atg.beans.PropertyNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class PropertyNotFoundException
extends java.lang.Exception

Represents an exception thrown by a property mapper when it does not support the requested property.

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
PropertyNotFoundException()
          Constructs a new blank ServiceException
PropertyNotFoundException(java.lang.Exception pException)
          Constructs a new PropertyNotFoundException with the given nested exception.
PropertyNotFoundException(java.lang.String pStr)
          Constructs a new PropertyNotFoundException with the given explanation
PropertyNotFoundException(java.lang.String pStr, java.lang.Exception pException)
          Constructs a new PropertyNotFoundException with the given nested exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

CLASS_VERSION

public static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Constructor Detail

PropertyNotFoundException

public PropertyNotFoundException()
Constructs a new blank ServiceException


PropertyNotFoundException

public PropertyNotFoundException(java.lang.String pStr)
Constructs a new PropertyNotFoundException with the given explanation


PropertyNotFoundException

public PropertyNotFoundException(java.lang.Exception pException)
Constructs a new PropertyNotFoundException with the given nested exception.


PropertyNotFoundException

public PropertyNotFoundException(java.lang.String pStr,
                                 java.lang.Exception pException)
Constructs a new PropertyNotFoundException with the given nested exception.