atg.repository
Class UnsupportedFeatureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by atg.core.exception.ContainerException
              extended by atg.repository.RepositoryException
                  extended by atg.repository.UnsupportedFeatureException
All Implemented Interfaces:
ContainableException, java.io.Serializable

public class UnsupportedFeatureException
extends RepositoryException

A subclass of RepositoryException which indicates that a feature is not supported by an implementation of the Repository.

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
UnsupportedFeatureException()
          Constructs a new UnsupportedFeatureException.
UnsupportedFeatureException(java.lang.String pStr)
          Constructs a new UnsupportedFeatureException with the given explanation.
UnsupportedFeatureException(java.lang.String pStr, java.lang.Throwable pSourceException)
          Constructs a new UnsupportedFeatureException with the given explanation.
UnsupportedFeatureException(java.lang.Throwable pSourceException)
          Constructs a new UnsupportedFeatureException.
 
Method Summary
 
Methods inherited from class atg.repository.RepositoryException
getId, getItemDescriptorName, setId, setItemDescriptorName
 
Methods inherited from class atg.core.exception.ContainerException
getMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, setSourceException, toString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string

Constructor Detail

UnsupportedFeatureException

public UnsupportedFeatureException()
Constructs a new UnsupportedFeatureException.


UnsupportedFeatureException

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


UnsupportedFeatureException

public UnsupportedFeatureException(java.lang.Throwable pSourceException)
Constructs a new UnsupportedFeatureException.

Parameters:
pSourceException - the initial exception which was the root cause of the problem

UnsupportedFeatureException

public UnsupportedFeatureException(java.lang.String pStr,
                                   java.lang.Throwable pSourceException)
Constructs a new UnsupportedFeatureException with the given explanation.

Parameters:
pSourceException - the initial exception which was the root cause of the problem