|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sybase.persistence.PersistenceException
com.sybase.persistence.ObjectNotFoundException
public class ObjectNotFoundException
This exception is thrown by the static entity method 'load' when it does not find an entity for the primary key passed in.
Constructor Summary | |
---|---|
ObjectNotFoundException()
Initializes a new instance of the ObjectNotFoundException class. |
|
ObjectNotFoundException(java.lang.String message)
Initializes a new instance of the ObjectNotFoundException class with the message to be displayed. |
Method Summary |
---|
Methods inherited from class com.sybase.persistence.PersistenceException |
---|
getCause |
Methods inherited from class java.lang.Throwable |
---|
getMessage, printStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ObjectNotFoundException()
public ObjectNotFoundException(java.lang.String message)
message
- the message to be displayed
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |