ch.elca.el4j.tests.remoting.jaxws.service
Class CalculatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ch.elca.el4j.core.exceptions.BaseException
              extended by ch.elca.el4j.tests.remoting.jaxws.service.CalculatorException
All Implemented Interfaces:
Serializable

public class CalculatorException
extends BaseException

This exception is used for testing.

Author:
Martin Zeltner (MZE)
See Also:
Serialized Form
File-location:
CalculatorException
Last check-in date:
2009-08-04 13:59:45 +0200 (Di, 04. Aug 2009) by swismer for revision 3873

Field Summary
 
Fields inherited from class ch.elca.el4j.core.exceptions.BaseException
m_message, m_messageFormatParameters
 
Constructor Summary
CalculatorException()
          Default constructor.
CalculatorException(String message)
          Constructor setting the message (required by com.sun.xml.ws.fault.SOAPFaultBuilder#createUserDefinedException).
 
Method Summary
 void setMessage(String message)
          Set the message.
 
Methods inherited from class ch.elca.el4j.core.exceptions.BaseException
getFormatParameters, getFormatString, getMessage, setFormatString
 
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

CalculatorException

public CalculatorException()
Default constructor.


CalculatorException

public CalculatorException(String message)
Constructor setting the message (required by com.sun.xml.ws.fault.SOAPFaultBuilder#createUserDefinedException).

Parameters:
message - The message
Method Detail

setMessage

public void setMessage(String message)
Set the message.

Parameters:
message - The message


Copyright © 2005-2011 ELCA. All Rights Reserved.