Searched defs:SaslException (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/security/sasl/
H A DSaslException.java39 public class SaslException extends IOException { class in inherits:IOException
48 * Constructs a new instance of <tt>SaslException</tt>.
51 public SaslException () { method in class:SaslException
56 * Constructs a new instance of <tt>SaslException</tt> with a detailed message.
62 public SaslException (String detail) { method in class:SaslException
67 * Constructs a new instance of <tt>SaslException</tt> with a detailed message
69 * For example, a SaslException might result from a problem with
73 * SaslException's root exception would be then be the exception thrown
82 public SaslException (String detail, Throwable ex) { method in class:SaslException

Completed in 56 milliseconds