net.sf.jpam
Class PamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.jpam.PamException
- All Implemented Interfaces:
- Serializable
public class PamException
- extends Exception
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 1 2006-12-31 23:27:21Z gregluck $
- Author:
- Greg Luck
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PamException
public PamException()
- Constructor for the PamException object
PamException
public PamException(String message)
- Constructor for the PamException object
- Parameters:
message
-
Copyright © 2004-2012. All Rights Reserved.