public class PamException extends Exception
PamException
class is used
to indicate that an exceptional condition has occurred in the native PAM library
This exception does not use the new JDK1.4 chainable excecptions facility
to maintain backward compatibility with JDK1.2 and JDK1.3.Constructor and Description |
---|
PamException()
Constructor for the PamException object
|
PamException(String message)
Constructor for the PamException object
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PamException()
public PamException(String message)
message
- Copyright © 2004-2013. All Rights Reserved.