Class AuthenticationFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.shinyhut.vernacular.client.exceptions.VncException
com.shinyhut.vernacular.client.exceptions.AuthenticationFailedException
All Implemented Interfaces:
Serializable

public class AuthenticationFailedException extends VncException
See Also:
  • Field Details

    • serverMessage

      private final String serverMessage
  • Constructor Details

    • AuthenticationFailedException

      public AuthenticationFailedException()
    • AuthenticationFailedException

      public AuthenticationFailedException(String serverMessage)
  • Method Details

    • getServerMessage

      public String getServerMessage()