Class ElementConflictException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ElementAlreadyExistsException

public class ElementConflictException extends BaseApplicationException
Element conflits exception, like delete a linked object.
Author:
Fernando Romulo da Silva
See Also:
  • Constructor Details

    • ElementConflictException

      public ElementConflictException(String msg, Object... params)
      Constructs a new ElementConflictException exception with the specified detail message.
      Parameters:
      msg - The detail message
      params - The parameters used on message
    • ElementConflictException

      public ElementConflictException(String msg, Throwable ex, Object... params)
      Constructs a new runtime exception with the specified detail message and cause.
      Parameters:
      msg - The detail message
      ex - The cause
      params - The parameters used on message