Package com.atlassian.confluence.pages
Class DuplicateDataRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.atlassian.confluence.pages.DuplicateDataRuntimeException
- All Implemented Interfaces:
Serializable
A RuntimeException thrown when an operation is being called with some duplicate data
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDuplicateDataRuntimeException
(String dataIdentifier, String message) DuplicateDataRuntimeException
(String dataIdentifier, String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DuplicateDataRuntimeException
-
DuplicateDataRuntimeException
-
-
Method Details
-
getDataIdentifier
-