org.apache.hadoop.security.authentication.util
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:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SignerException
public SignerException(String msg)
- Creates an exception instance.
- Parameters:
msg
- message for the exception.
Copyright © 2009 The Apache Software Foundation