| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--planetj.exception.CMException
                    |
                    +--planetj.exception.ConcurrentAlterationException
Indicates that the alteration of one or more values failed, since those values have been altered since the last time they were read.
| Field Summary | |
static byte | 
DELETE_ALTERATION
 | 
static byte | 
UNKNOWN_TYPE
 | 
static byte | 
UPDATE_ALTERATION
 | 
| Fields inherited from class planetj.exception.CMException | 
DISPLAY_ALL, DISPLAY_CLASS_INFO, DISPLAY_DETAILED_MESSAGE, DISPLAY_MESSAGE, DISPLAY_ORIGINAL_EXCEPTION, FATAL, INFO, SHOW_EXCEPTION, WARNING | 
| Constructor Summary | |
ConcurrentAlterationException()
Creates a new ConcurrentAlterationException.  | 
|
ConcurrentAlterationException(AlterationLWO alteration)
Deprecated. Can't get to the list  | 
|
ConcurrentAlterationException(List alterations)
Deprecated. Can't get to the list  | 
|
ConcurrentAlterationException(String s)
ConcurrentAlterationException constructor comment.  | 
|
| Method Summary | |
 void | 
addAlterationLWO(AlterationLWO alteration)
Deprecated. Can't get to the list anyway  | 
 List | 
getAlterations()
Deprecated. Always returns an empty List.  | 
 byte | 
getAlterationType()
Gets the type of alteration that took place.  | 
 void | 
setAlterations(List alterations)
Deprecated. Can't get to the list anyway  | 
 void | 
setAlterationType(byte newAlterationType)
Sets the type of alteration that took place.  | 
| Methods inherited from class planetj.exception.CMException | 
addPropertyChangeListener, firePropertyChange, getCMMessage, getDetailedMessage, getDisplayString, getDisplayType, getMessage, getNextException, getOriginalException, getType, removePropertyChangeListener, setDetailedMessage, setDisplayType, setMessage, setNextException, setOriginalException, setType, toString | 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace | 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
public static final byte UNKNOWN_TYPE
public static final byte DELETE_ALTERATION
public static final byte UPDATE_ALTERATION
| Constructor Detail | 
public ConcurrentAlterationException()
public ConcurrentAlterationException(String s)
s - java.lang.Stringpublic ConcurrentAlterationException(List alterations)
alterations - A List, which must contain only AlterationLWO objects.public ConcurrentAlterationException(AlterationLWO alteration)
alteration - An AlterationLWO which this object will contain.| Method Detail | 
public void addAlterationLWO(AlterationLWO alteration)
public List getAlterations()
public byte getAlterationType()
public void setAlterations(List alterations)
alterations - A List, which must contain only AlterationLWO objects.public void setAlterationType(byte newAlterationType)
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||