Package net.sf.jpam
Class PamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.jpam.PamException
- All Implemented Interfaces:
Serializable
The
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.- Version:
- $Id: PamException.java 32 2013-08-28 10:55:33Z rcbiczok $
- Author:
- Greg Luck
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor for the PamException objectPamException
(String message) Constructor for the PamException object -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PamException
public PamException()Constructor for the PamException object -
PamException
Constructor for the PamException object- Parameters:
message
-
-