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

java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.flexstor.common.exceptions.ejb.DuplicateRecordException
- All Implemented Interfaces:
- java.io.Serializable
- public final class DuplicateRecordException
- extends java.lang.Exception
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary | |
java.lang.String |
keyName
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
DuplicateRecordException()
Constructs an NotFoundException with no detail message. |
|
DuplicateRecordException(java.lang.String aKeyName)
Constructs an NotFoundException with the specified key that was
not found. |
|
| Method Summary | |
java.lang.String |
getMessage()
Overrides the method found in java.lang.Throwable and returns the key that was associated with this object by its constructor |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
keyName
public java.lang.String keyName
| Constructor Detail |
DuplicateRecordException
public DuplicateRecordException()
- Constructs an
NotFoundExceptionwith no detail message.
DuplicateRecordException
public DuplicateRecordException(java.lang.String aKeyName)
- Constructs an
NotFoundExceptionwith the specified key that was not found.
| Method Detail |
getMessage
public java.lang.String getMessage()
- Overrides the method found in java.lang.Throwable and returns
the key that was associated with this object by its constructor
|
|||||||||
| Home >> All >> com >> flexstor >> common >> exceptions >> [ ejb overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC