public class InvalidAssetException extends PublishingException
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Constructor and Description |
|---|
InvalidAssetException()
Constructs a new InvalidAssetException.
|
InvalidAssetException(java.lang.String pStr)
Constructs a new InvalidAssetException with the given
explanation.
|
InvalidAssetException(java.lang.String pStr,
java.lang.Throwable pSourceException)
Constructs a new InvalidAssetException with the given
explanation.
|
InvalidAssetException(java.lang.Throwable pSourceException)
Constructs a new InvalidAssetException.
|
createMessage, createUserMessage, createUserMessage, getErrorCode, getResourceBundleName, getResourceKey, getResourceParameters, setErrorCodepublic InvalidAssetException()
public InvalidAssetException(java.lang.String pStr)
public InvalidAssetException(java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
cause of the problempublic InvalidAssetException(java.lang.String pStr,
java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
cause of the problem