public class ObjectUpdateException extends J2EEException
Constructor and Description |
---|
ObjectUpdateException()
Default Constructor.
|
ObjectUpdateException(java.lang.String resourceBundleName, java.lang.String messageKey, java.lang.Object[] formatArguments, java.lang.String defaultText)
Constructor with a localized message.
|
ObjectUpdateException(java.lang.String resourceBundleName, java.lang.String messageKey, java.lang.Object[] formatArguments, java.lang.String defaultText, java.lang.Throwable exception)
Constructor with a localized message and a chained exception.
|
ObjectUpdateException(java.lang.Throwable exception)
Constructor with a chained exception.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String | dumpException()
This method dumps this exception.
|
java.lang.String | getObjectId()
This method returns the id of the object.
|
java.lang.String | getObjectType()
This method returns the type name of the object.
|
void | setObjectId(java.lang.Object localObjectId)
This method sets the id of the object.
|
void | setObjectType(java.lang.String localObjectType)
This method sets the type name of the object.
|
public ObjectUpdateException()
Default Constructor.
public ObjectUpdateException(java.lang.String resourceBundleName, java.lang.String messageKey, java.lang.Object[] formatArguments, java.lang.String defaultText)
Constructor with a localized message.
public ObjectUpdateException(java.lang.String resourceBundleName, java.lang.String messageKey, java.lang.Object[] formatArguments, java.lang.String defaultText, java.lang.Throwable exception)
Constructor with a localized message and a chained exception.
public ObjectUpdateException(java.lang.Throwable exception)
Constructor with a chained exception.
public void setObjectId(java.lang.Object localObjectId)
This method sets the id of the object.
public java.lang.String getObjectId()
This method returns the id of the object.
public void setObjectType(java.lang.String localObjectType)
This method sets the type name of the object.
public java.lang.String getObjectType()
This method returns the type name of the object.
public java.lang.String dumpException()