no.feide.moria.servlet.soap
Class InternalException

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.ServerException
                  extended by no.feide.moria.servlet.soap.InternalException
All Implemented Interfaces:
java.io.Serializable

public class InternalException
extends ServerException

Signals to the remote service that Moria has internal problems.

Author:
Cato Olsen
See Also:
Serialized Form

Constructor Summary
InternalException(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.ServerException
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

InternalException

public InternalException(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 "MORIA INTERNAL".


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