net.sf.jpam
Class PamException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.jpam.PamException
All Implemented Interfaces:
java.io.Serializable

public class PamException
extends java.lang.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.

See Also:
Serialized Form
 

Constructor Summary
PamException()
          Constructor for the PamException object
PamException(java.lang.String message)
          Constructor for the PamException object
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PamException

public PamException()
Constructor for the PamException object


PamException

public PamException(java.lang.String message)
Constructor for the PamException object

Parameters:
message -