Class ProxyAuthException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ProxyAuthException
    extends javax.security.sasl.SaslException
    ProxyAuthException.java - This class extends SaslException and represents an authentication failure to the proxy.
    Since:
    MINA 2.0.0-M3
    Author:
    Apache MINA Project
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ProxyAuthException​(java.lang.String message)  
      ProxyAuthException​(java.lang.String message, java.lang.Throwable ex)  
    • Method Summary

      • Methods inherited from class javax.security.sasl.SaslException

        getCause, initCause, toString
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ProxyAuthException

        public ProxyAuthException​(java.lang.String message)
        Parameters:
        message - The detail message
        See Also:
        SaslException(String)
      • ProxyAuthException

        public ProxyAuthException​(java.lang.String message,
                                  java.lang.Throwable ex)
        Parameters:
        message - The detail message
        ex - The exception's cause
        See Also:
        SaslException(String, Throwable)