Package net.sf.jpam

Class 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 32 2013-08-28 10:55:33Z rcbiczok $
Author:
Greg Luck
See Also:
  • Constructor Details

    • PamException

      public PamException()
      Constructor for the PamException object
    • PamException

      public PamException(String message)
      Constructor for the PamException object
      Parameters:
      message -