Class HostNotExistsException

All Implemented Interfaces:
Serializable

public class HostNotExistsException extends EntityNotExistsException
This exception is to be thrown in case we are unable to look up the host computer in the Perun system.
Author:
Michal Karm Babacek
See Also:
  • Constructor Details

    • HostNotExistsException

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

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

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

      public HostNotExistsException(Host host)
      Constructor with the host
      Parameters:
      host - the host that doesn't exist
  • Method Details

    • getHost

      public Host getHost()
      Getter for the host
      Returns:
      the host that doesn't exist