no.feide.moria.servlet.soap
Class IllegalInputException

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.IllegalInputException
All Implemented Interfaces:
java.io.Serializable

public class IllegalInputException
extends ClientException

Signals to the remote service that a parameter did not have the proper syntax.

Author:
Cato Olsen
See Also:
Serialized Form

Constructor Summary
IllegalInputException(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

IllegalInputException

public IllegalInputException(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 "ILLEGAL INPUT".


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