Package org.anchoranalysis.bean.define
Class DefineAddException
Object
Throwable
Exception
AnchorCheckedException
AnchorFriendlyCheckedException
DefineAddException
- All Implemented Interfaces:
Serializable,HasFriendlyErrorMessage
Called when a bean fails to be added to a
Define.- Author:
- Owen Feehan
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefineAddException(String message) Creates with a message only.DefineAddException(String message, Throwable cause) Creates with a message and cause.DefineAddException(Throwable cause) Creates with a cause only. -
Method Summary
Methods inherited from class org.anchoranalysis.core.exception.friendly.AnchorFriendlyCheckedException
friendlyMessage, friendlyMessageHierarchy, friendlyMessageHierarchy, stackTraceMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DefineAddException
Creates with a message only.- Parameters:
message- the message.
-
DefineAddException
Creates with a cause only.- Parameters:
cause- the cause.
-
DefineAddException
Creates with a message and cause.- Parameters:
message- the message.cause- the cause.
-