public class UnsupportedFeatureException extends RepositoryException
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Constructor and Description |
|---|
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.
|
getId, getItemDescriptorName, setId, setItemDescriptorNamegetMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, setSourceException, toString, toStringpublic UnsupportedFeatureException()
public UnsupportedFeatureException(java.lang.String pStr)
public UnsupportedFeatureException(java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
cause of the problempublic UnsupportedFeatureException(java.lang.String pStr,
java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
cause of the problem