org.apache.java.net
Class AuthenticationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--java.net.SocketException
                          |
                          +--org.apache.java.net.AuthenticationException

public class AuthenticationException
extends java.net.SocketException

This exception is thrown when socket authentication fails.

See Also:
Serialized Form

Constructor Summary
AuthenticationException()
          Constructs a new AuthenticationException with no detail message.
AuthenticationException(java.lang.String msg)
          Constructs a new AuthenticationException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationException

public AuthenticationException(java.lang.String msg)
Constructs a new AuthenticationException with the specified detail message.
Parameters:
msg - the detail message.

AuthenticationException

public AuthenticationException()
Constructs a new AuthenticationException with no detail message.