Class LoginExistsException

All Implemented Interfaces:
Serializable

public class LoginExistsException extends PerunException
This exception is thrown when the login is already in use in the specific namespace
Author:
Pavel Zlámal <256627@mail.muni.cz>
See Also:
  • Constructor Details

    • LoginExistsException

      public LoginExistsException(String message)
      Simple constructor with a message
      Parameters:
      message - message with details about the cause
    • LoginExistsException

      public LoginExistsException(String message, Throwable cause)
      Constructor with a message and Throwable object
      Parameters:
      message - message with details about the cause
      cause - Throwable that caused throwing of this exception
    • LoginExistsException

      public LoginExistsException(Throwable cause)
      Constructor with a Throwable object
      Parameters:
      cause - Throwable that caused throwing of this exception