electric.http.authentication
Class ClientAuthenticationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.SecurityException
                  extended byelectric.http.authentication.ClientAuthenticationException
All Implemented Interfaces:
java.io.Serializable

public class ClientAuthenticationException
extends java.lang.SecurityException

ClientAuthenicationException

Author:
webMethods
See Also:
Serialized Form

Constructor Summary
ClientAuthenticationException(java.lang.String message, InboundHTTPResponse response)
           
 
Method Summary
 InboundHTTPResponse getResponse()
           
 
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

ClientAuthenticationException

public ClientAuthenticationException(java.lang.String message,
                                     InboundHTTPResponse response)
Parameters:
message -
response -
Method Detail

getResponse

public InboundHTTPResponse getResponse()
Returns:
http response that caused the authentication exception.


copyright© 2001-2004 by webMethods All Rights Reserved.