Class ObjectAlreadyExistsException

All Implemented Interfaces:
Serializable

public class ObjectAlreadyExistsException extends CommonException
Object already exists.
Author:
Radovan Semancik
See Also:
  • Constructor Details

    • ObjectAlreadyExistsException

      public ObjectAlreadyExistsException()
    • ObjectAlreadyExistsException

      public ObjectAlreadyExistsException(String message)
    • ObjectAlreadyExistsException

      public ObjectAlreadyExistsException(LocalizableMessage userFriendlyMessage)
    • ObjectAlreadyExistsException

      public ObjectAlreadyExistsException(Throwable cause)
    • ObjectAlreadyExistsException

      public ObjectAlreadyExistsException(String message, Throwable cause)
    • ObjectAlreadyExistsException

      public ObjectAlreadyExistsException(LocalizableMessage userFriendlyMessage, Throwable cause)
  • Method Details

    • getErrorTypeMessage

      public String getErrorTypeMessage()
      Description copied from class: CommonException
      Returns a human-readable message that describes the type or class of errors that the exception represents. E.g. "Communication error", "Policy violation", etc. TODO: switch return value to a localized message
      Specified by:
      getErrorTypeMessage in class CommonException