Package org.anchoranalysis.bean.define
Class DefineAddException
Object
Throwable
Exception
org.anchoranalysis.core.exception.AnchorCheckedException
org.anchoranalysis.core.exception.friendly.AnchorFriendlyCheckedException
org.anchoranalysis.bean.define.DefineAddException
- All Implemented Interfaces:
Serializable,HasFriendlyErrorMessage
public class DefineAddException extends AnchorFriendlyCheckedException
Called when a bean fails to be added to a
Define.- Author:
- Owen Feehan
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DefineAddException(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.
-