Class NoCredentialsException

  • All Implemented Interfaces:
    FieldContainer, java.io.Serializable

    public class NoCredentialsException
    extends ApplicationConnectionException
    Exception indicating that credentials were missing or invalid while attemping to establish a connection to the Integrity Server. This exception occurs when the --username and --password options are missing from a command. The CmdRunner has methods to set the default values for these options if they are not specified in the command explicitly.
    See Also:
    CmdRunner, Serialized Form
    • Constructor Detail

      • NoCredentialsException

        public NoCredentialsException()
        Default constructor.
      • NoCredentialsException

        public NoCredentialsException​(java.lang.String msg)
        Default constructor.
        Parameters:
        msg - The exception message.
      • NoCredentialsException

        public NoCredentialsException​(java.lang.Throwable t)
        Default constructor.
        Parameters:
        t - The linked Throwable object.