org.deegree.services.authentication.soapauthentication
Class FailedAuthentication

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.deegree.services.authentication.SecurityException
                  extended by org.deegree.services.authentication.soapauthentication.FailedAuthentication
All Implemented Interfaces:
Serializable

public class FailedAuthentication
extends SecurityException

SOAP-Fault if the authentication fails regarding to the credentials provided in the SOAP security header.

Version:
$Revision: 23283 $, $Date: 2010-03-26 12:10:49 +0100 (Fri, 26 Mar 2010) $
Author:
Steffen Thomas, last edited by: $Author: sthomas $
See Also:
Serialized Form

Constructor Summary
FailedAuthentication()
           
 
Method Summary
 QName getFaultCode11()
           
 String getMessage()
           
 String getName()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

FailedAuthentication

public FailedAuthentication()
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getName

public String getName()
Returns:

getFaultCode11

public QName getFaultCode11()
Returns:


Copyright © 2011. All Rights Reserved.