org.apache.xmlrpc
Class AuthenticationFailed

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.apache.xmlrpc.AuthenticationFailed
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationFailed
extends java.lang.RuntimeException

Thrown as the result of an authentication failure.

Since:
1.2
Author:
Daniel Rall
See Also:
AuthenticatedXmlRpcHandler, Serialized Form

Constructor Summary
AuthenticationFailed()
           
AuthenticationFailed(java.lang.String msg)
           
 
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

AuthenticationFailed

public AuthenticationFailed()

AuthenticationFailed

public AuthenticationFailed(java.lang.String msg)


Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.