Class DeadEntityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.web.bindery.requestfactory.server.DeadEntityException
- All Implemented Interfaces:
Serializable
Indicates the user attempted to perform an operation on an irretrievable
entity.
-
Constructor Summary
ConstructorDescriptionDeadEntityException
(String message) Contructs a newDeadEntityException
with a given message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DeadEntityException
Contructs a newDeadEntityException
with a given message.- Parameters:
message
- a message String
-