ch.odi.jaaspam
Class PamModuleLoadingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.security.GeneralSecurityException
              extended by javax.security.auth.login.LoginException
                  extended by ch.odi.jaaspam.PamModuleLoadingException
All Implemented Interfaces:
java.io.Serializable

public class PamModuleLoadingException
extends javax.security.auth.login.LoginException

A PAM module failed to load.

Author:
Ortwin Gl?ck
See Also:
Serialized Form

Constructor Summary
PamModuleLoadingException()
           
PamModuleLoadingException(java.lang.String msg)
           
 
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

PamModuleLoadingException

public PamModuleLoadingException()

PamModuleLoadingException

public PamModuleLoadingException(java.lang.String msg)
Parameters:
msg -


Copyright © 2004-2008 Ortwin Glück. All Rights Reserved.