JBoss Java Authentication SPI for Containers 1.0 API 1.0.0.Final

javax.security.auth.message
Class AuthException

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 javax.security.auth.message.AuthException
All Implemented Interfaces:
Serializable

public class AuthException
extends LoginException

A generic authentication exception.

Since:
Dec 5, 2005
Author:
Anil Saldhana@jboss.org, Charlie Lai, Ron Monzillo (Javadoc for JSR-196)
See Also:
LoginException, Serialized Form

Constructor Summary
AuthException()
          Constructs an AuthException with no detail message.
AuthException(String msg)
          Constructs an AuthException with the specified detail message.
 
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

AuthException

public AuthException()
Constructs an AuthException with no detail message. A detail message is a String that describes this particular exception.


AuthException

public AuthException(String msg)
Constructs an AuthException with the specified detail message. A detail message is a String that describes this particular exception.

Parameters:
msg - the detail message.

JBoss Java Authentication SPI for Containers 1.0 API 1.0.0.Final

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.