tigase.auth
Class XmppSaslException

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 tigase.auth.XmppSaslException
All Implemented Interfaces:
Serializable

public class XmppSaslException
extends SaslException

See Also:
Serialized Form

Nested Class Summary
static class XmppSaslException.SaslError
           
 
Constructor Summary
XmppSaslException(XmppSaslException.SaslError saslError)
           
XmppSaslException(XmppSaslException.SaslError saslError, String detail)
           
 
Method Summary
 String getSaslErrorElementName()
           
 
Methods inherited from class javax.security.sasl.SaslException
getCause, initCause, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmppSaslException

public XmppSaslException(XmppSaslException.SaslError saslError)

XmppSaslException

public XmppSaslException(XmppSaslException.SaslError saslError,
                         String detail)
Parameters:
detail -
Method Detail

getSaslErrorElementName

public String getSaslErrorElementName()


Copyright © 2013 Tigase. All rights reserved.