|
|||||||||
| Home >> All >> com >> flexstor >> common >> exceptions >> ejb >> [ edit overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.flexstor.common.exceptions.ejb.edit
Class EditException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.flexstor.common.exceptions.FlexException
com.flexstor.common.exceptions.ejb.edit.EditException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ArchiveRestoreStateException, CheckInOutStateException, DuplicateAssetsException, EditRecordNotFoundException, InvalidTimeStampException
- public class EditException
- extends com.flexstor.common.exceptions.FlexException
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary | |
static java.lang.String |
IDENTIFIER
|
protected java.util.Vector |
vTraversalInfo
This is the Resource ID of the Exception Message |
| Fields inherited from class com.flexstor.common.exceptions.FlexException |
className, methodName, parameters, resourceId |
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
EditException()
RemoteException constructor comment. |
|
EditException(int iResource)
Constructor: This will set a resource Identifier for a certain Locale |
|
EditException(int iResource,
java.lang.String s)
Constructor: This will set a resource Identifier for a certain Locale |
|
EditException(java.lang.Object aClassName,
java.lang.String aMethodName,
java.lang.String anErrorMessage)
Constructor. |
|
EditException(java.lang.String sErr)
Constructor |
|
EditException(java.lang.String aClassName,
java.lang.String aMethodName,
int resource)
Constructor |
|
EditException(java.lang.String aClassName,
java.lang.String aMethodName,
java.lang.String anErrorMessage,
int resource)
Constructor. |
|
EditException(java.lang.String msg,
java.util.Vector vTraversalInfo)
|
|
EditException(java.lang.Throwable e)
Constructor |
|
| Method Summary | |
java.util.Vector |
getTraversalInfo()
|
| Methods inherited from class com.flexstor.common.exceptions.FlexException |
addParameter, getClassName, getMessage, getMethodName, getParmeters, getResourceId, setParameter, toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
IDENTIFIER
public static final java.lang.String IDENTIFIER
- See Also:
- Constant Field Values
vTraversalInfo
protected java.util.Vector vTraversalInfo
- This is the Resource ID of the Exception Message
| Constructor Detail |
EditException
public EditException()
- RemoteException constructor comment.
EditException
public EditException(java.lang.Throwable e)
- Constructor
EditException
public EditException(java.lang.String sErr)
- Constructor
EditException
public EditException(int iResource)
- Constructor: This will set a resource Identifier
for a certain Locale
EditException
public EditException(int iResource,
java.lang.String s)
- Constructor: This will set a resource Identifier
for a certain Locale
EditException
public EditException(java.lang.Object aClassName, java.lang.String aMethodName, java.lang.String anErrorMessage)
- Constructor. Because this is serializable
EditException
public EditException(java.lang.String aClassName, java.lang.String aMethodName, java.lang.String anErrorMessage, int resource)
- Constructor. Because this is serializable
EditException
public EditException(java.lang.String aClassName, java.lang.String aMethodName, int resource)
- Constructor
EditException
public EditException(java.lang.String msg, java.util.Vector vTraversalInfo)
| Method Detail |
getTraversalInfo
public java.util.Vector getTraversalInfo()
|
|||||||||
| Home >> All >> com >> flexstor >> common >> exceptions >> ejb >> [ edit overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC