Class ElementConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.imageconverter.infra.exception.BaseApplicationException
org.imageconverter.infra.exception.ElementConflictException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ElementAlreadyExistsException
Element conflits exception, like delete a linked object.
- Author:
- Fernando Romulo da Silva
- See Also:
-
Constructor Summary
ConstructorDescriptionElementConflictException
(String msg, Object... params) Constructs a new ElementConflictException exception with the specified detail message.ElementConflictException
(String msg, Throwable ex, Object... params) Constructs a new runtime exception with the specified detail message and 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
-
ElementConflictException
Constructs a new ElementConflictException exception with the specified detail message.- Parameters:
msg
- The detail messageparams
- The parameters used on message
-
ElementConflictException
Constructs a new runtime exception with the specified detail message and cause.- Parameters:
msg
- The detail messageex
- The causeparams
- The parameters used on message
-