public class EntryAlreadyExistsException extends Exception
| Constructor and Description |
|---|
EntryAlreadyExistsException()
Constructs a new exception with
null as its detail message. |
EntryAlreadyExistsException(String message)
Constructs a new exception with the specified detail message.
|
EntryAlreadyExistsException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
EntryAlreadyExistsException(Throwable cause)
Constructs a new exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EntryAlreadyExistsException()
null as its detail message.public EntryAlreadyExistsException(String message)
public EntryAlreadyExistsException(Throwable cause)
Copyright © 2010–2023 Open Identity Platform Community. All rights reserved.