Class EntryAlreadyExistsException

  • All Implemented Interfaces:
    Serializable

    public class EntryAlreadyExistsException
    extends Exception
    Provides a specific Exception for Entries which already exist in the Repository.
    Author:
    jeff.schenk@forgerock.com
    See Also:
    Serialized Form
    • Constructor Detail

      • EntryAlreadyExistsException

        public EntryAlreadyExistsException()
        Constructs a new exception with null as its detail message.
      • EntryAlreadyExistsException

        public EntryAlreadyExistsException​(String message)
        Constructs a new exception with the specified detail message.
      • EntryAlreadyExistsException

        public EntryAlreadyExistsException​(Throwable cause)
        Constructs a new exception with the specified cause.
      • EntryAlreadyExistsException

        public EntryAlreadyExistsException​(String message,
                                           Throwable cause)
        Constructs a new exception with the specified detail message and cause.