Package org.anchoranalysis.mpp.mark
Class UpdateMarkSetException
Object
Throwable
Exception
AnchorCheckedException
UpdateMarkSetException
- All Implemented Interfaces:
Serializable
Exception thrown when an error occurs while updating a mark set.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUpdateMarkSetException
(Exception cause) Constructs a new UpdateMarkSetException with the specified cause.UpdateMarkSetException
(String message) Constructs a new UpdateMarkSetException with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UpdateMarkSetException
Constructs a new UpdateMarkSetException with the specified detail message.- Parameters:
message
- the detail message (which is saved for later retrieval by theThrowable.getMessage()
method)
-
UpdateMarkSetException
Constructs a new UpdateMarkSetException with the specified cause.- Parameters:
cause
- the cause (which is saved for later retrieval by theThrowable.getCause()
method)
-