Inherits from RuntimeException, Serializable
Inherited by com.wombat.mama.MamaFieldTypeException, com.wombat.mama.MamaNoEntitlementsForUserException, com.wombat.mama.MamaNotEntitledException
Name | |
---|---|
MamaException(final String message, final Throwable cause) | |
MamaException(final Throwable cause) | |
MamaException(final String message) |
class com::wombat::mama::MamaException;
This is the superclass for all MAMA exceptions.
inline MamaException(
final String message,
final Throwable cause
)
Parameters:
null
value is permitted, and indicates that the cause is nonexistent or unknown.)Constructs a new runtime exception with the specified detail message and cause.
Note that the detail message associated with cause
is not automatically incorporated in this runtime exception’s detail message.
inline MamaException(
final Throwable cause
)
Parameters:
Constructs a new runtime exception with the specified cause and a detail message. This constructor is useful for runtime exceptions that are little more than wrappers for other throwables.
inline MamaException(
final String message
)
Parameters:
Create a [MamaException](classcom_1_1wombat_1_1mama_1_1MamaException.html)
with the specified message.
Updated on 2023-03-31 at 15:29:42 +0100