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