Class IdentityExistsException

    • Constructor Detail

      • IdentityExistsException

        public IdentityExistsException()
        Creates the exception without message nor cause.
      • IdentityExistsException

        public IdentityExistsException​(String message)
        Creates the exception with an error message.
        Parameters:
        message - the message.
      • IdentityExistsException

        public IdentityExistsException​(String message,
                                       Throwable cause)
        Creates the exception with an error message and a cause.
        Parameters:
        message - the message.
        cause - the cause.
      • IdentityExistsException

        public IdentityExistsException​(Throwable cause)
        Creates the exception with a cause.
        Parameters:
        cause - the cause.
      • IdentityExistsException

        public IdentityExistsException​(String message,
                                       Throwable cause,
                                       boolean enableSuppression,
                                       boolean writableStackTrace)
        Creates the exception with an error message, a cause and specify additional parameters.
        Parameters:
        message - the message.
        cause - the cause.
        enableSuppression - whether or not suppression is enabled or disabled
        writableStackTrace - whether or not the stack trace should be writable