KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > security > sasl > AuthenticationException

javax.security.sasl
Class AuthenticationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by javax.security.sasl.SaslException
                  extended by javax.security.sasl.AuthenticationException
All Implemented Interfaces:
Serializable
See Also:
Source Code

public AuthenticationException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public AuthenticationException(String detail)
See Also:
Throwable.getMessage()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public AuthenticationException(String detail,
                               Throwable ex)
See Also:
SaslException.getCause(), Throwable.getMessage()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags