Class SignerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hadoop.security.authentication.util.SignerException
All Implemented Interfaces:
Serializable

public class SignerException extends Exception
Exception thrown by Signer when a string signature is invalid.
See Also:
  • Constructor Details

    • SignerException

      public SignerException(String msg)
      Creates an exception instance.
      Parameters:
      msg - message for the exception.