|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.smartlab.web.DAOException
net.smartlab.web.InvalidKeyException
public class InvalidKeyException
An InvalidKeyException is thrown when a sintactically or semantically invalid key is used to access the persistent representation of an entity.
| Constructor Summary | |
|---|---|
InvalidKeyException()
Default empty constructor. |
|
InvalidKeyException(java.lang.String message)
Constructs a new instance with the specified describing message. |
|
InvalidKeyException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new instance with the specified describing message and cause. |
|
InvalidKeyException(java.lang.Throwable cause)
Constructs a new instance with the specified cause. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InvalidKeyException()
public InvalidKeyException(java.lang.String message)
message - the description of the occurred exception.public InvalidKeyException(java.lang.Throwable cause)
cause - the throwable instance wich generated this
exception.
public InvalidKeyException(java.lang.String message,
java.lang.Throwable cause)
message - the description of the occurred exception.cause - the throwable instance wich generated this
exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||