| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
atg.core.exception.ContainerException
atg.svc.repository.service.exception.ObjectException
public class ObjectException
Exception for exception related to objects where the id and item-descriptor should be recorded.
| Field Summary | |
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string  | 
| Constructor Summary | |
|---|---|
ObjectException(java.lang.String msg)
 | 
|
ObjectException(java.lang.String msg,
                java.lang.Throwable cause)
 | 
|
ObjectException(java.lang.String msg,
                java.lang.Throwable cause,
                java.lang.String pId,
                java.lang.String pItemDescriptor)
 | 
|
ObjectException(java.lang.Throwable cause)
 | 
|
| Method Summary | |
|---|---|
 java.lang.String | 
getId()
Gets the id of the object that could not be found.  | 
 java.lang.String | 
getItemDescriptor()
Gets the name of the item-descriptor of the object that could not be found.  | 
 java.lang.String | 
getMessage()
Returns the detail message string of this throwable.  | 
 void | 
setId(java.lang.String pId)
Sets the id of the object that could not be found.  | 
 void | 
setItemDescriptor(java.lang.String pItemDescriptor)
Sets the name of the item-descriptor of the object that could not be found.  | 
| Methods inherited from class atg.core.exception.ContainerException | 
|---|
getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setSourceException, toString, toString | 
| Methods inherited from class java.lang.Throwable | 
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static final java.lang.String CLASS_VERSION
| Constructor Detail | 
|---|
public ObjectException(java.lang.String msg,
                       java.lang.Throwable cause,
                       java.lang.String pId,
                       java.lang.String pItemDescriptor)
public ObjectException(java.lang.String msg,
                       java.lang.Throwable cause)
public ObjectException(java.lang.Throwable cause)
public ObjectException(java.lang.String msg)
| Method Detail | 
|---|
public java.lang.String getId()
public void setId(java.lang.String pId)
pId - The id of the object that could not be found.public java.lang.String getItemDescriptor()
public void setItemDescriptor(java.lang.String pItemDescriptor)
pItemDescriptor - The name of the item-descriptor of the object that could not be found.public java.lang.String getMessage()
getMessage in class java.lang.Throwable
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||