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, toStringMethods 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:EndUserMessageGet the message.- Specified by:
getEndUserMessagein interfaceEndUserMessage- Overrides:
getEndUserMessagein classSORuntimeException- Returns:
- The message that is for the end-users to read.
-