Class InvalidLoginException

All Implemented Interfaces:
Serializable

public class InvalidLoginException extends PerunException
This exception is thrown when the login fails syntax check enforced by its namespace
Author:
Pavel Zlámal <zlamal@cesnet.cz>
See Also:
  • Constructor Details

    • InvalidLoginException

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

      public InvalidLoginException(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
    • InvalidLoginException

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