no.feide.moria.servlet.soap
Class AuthorizationFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by no.feide.moria.servlet.soap.SOAPException
              extended by no.feide.moria.servlet.soap.ClientException
                  extended by no.feide.moria.servlet.soap.AuthorizationFailedException
All Implemented Interfaces:
java.io.Serializable

public class AuthorizationFailedException
extends ClientException

Signals to the remote service that an operation was attempted, or parameters were used, that the service was not authorized for.

Author:
Cato Olsen
See Also:
Serialized Form

Constructor Summary
AuthorizationFailedException(java.lang.String msg)
          Default constructor.
 
Method Summary
 java.lang.String getFaultstring()
          This exception's SOAP Faultstring.
 
Methods inherited from class no.feide.moria.servlet.soap.ClientException
getFaultcode
 
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

AuthorizationFailedException

public AuthorizationFailedException(java.lang.String msg)
Default constructor.

Parameters:
msg - The exception message.
Method Detail

getFaultstring

public java.lang.String getFaultstring()
This exception's SOAP Faultstring.

Specified by:
getFaultstring in class SOAPException
Returns:
The Faultstring, in this case "AUTHORIZATION FAILED".


Copyright © 2001-2006 UNINETT FAS. All Rights Reserved.