KickJava   Java API By Example, From Geeks To Geeks.

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

javax.security.sasl
Class SaslException

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

public Throwable getCause()
See Also:
Throwable.initCause(Throwable)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Throwable initCause(Throwable cause)
See Also:
Throwable.getCause(), Throwable.Throwable(String,Throwable), Throwable.Throwable(Throwable)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


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


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

Popular Tags