Class LoginNotExistsException

All Implemented Interfaces:
Serializable

public class LoginNotExistsException extends PerunException
This exception is thrown when the login wasn't found in the specific namespace
Author:
Michal Prochazka
See Also:
  • Constructor Details

    • LoginNotExistsException

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

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

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