org.apache.xmlrpc
Class AuthenticationFailed

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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 L. Rall
See Also:
AuthenticatedXmlRpcHandler, Serialized Form

Constructor Summary
AuthenticationFailed()
           
AuthenticationFailed(java.lang.String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, 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 2001-2001-2005 Apache Software Foundation. All Rights Reserved.