Package com.storedobject.core
Class Database_Message
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.storedobject.common.SORuntimeException
com.storedobject.core.Database_Message
- All Implemented Interfaces:
EndUserMessage
,Serializable
- Direct Known Subclasses:
Database_Id_Message
,Transaction_Not_Found
,User_Not_Active
,User_Not_Found
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.storedobject.common.SORuntimeException
getCustomMessage, getMessage, getTrace, getTrace, getTrace, getTrace, getTrace, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
Database_Message
public Database_Message()
-
-
Method Details
-
getEndUserMessage
Description copied from interface:EndUserMessage
Get the message.- Specified by:
getEndUserMessage
in interfaceEndUserMessage
- Overrides:
getEndUserMessage
in classSORuntimeException
- Returns:
- The message that is for the end-users to read.
-