ch.elca.el4j.tests.remoting.service.soap
Class RemoteExceptionWithData
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
ch.elca.el4j.tests.remoting.service.soap.RemoteExceptionWithData
- All Implemented Interfaces:
- Serializable
public class RemoteExceptionWithData
- extends RemoteException
Jax-Rpc 1.1 wsdl fault specification conform exception.
- Author:
- Martin Zeltner (MZE)
- See Also:
- Serialized Form
- File-location:
- RemoteExceptionWithData
- Last check-in date:
- 2009-08-04 15:35:01 +0200 (Di, 04. Aug 2009) by swismer for revision 3883
m_index
private int m_index
- Is an index of this exception.
m_message
private String m_message
- Is the message of this exception.
m_data
private byte[] m_data
- Is the data of this exception.
m_calendar
private Calendar m_calendar
- Is the calendar of this exception.
m_calculatorValueObjects
private CalculatorValueObject[] m_calculatorValueObjects
- Are the calculator value objects.
RemoteExceptionWithData
public RemoteExceptionWithData()
getIndex
public int getIndex()
- Returns:
- Returns the index.
setIndex
public void setIndex(int index)
- Parameters:
index - The index to set.
getMessage
public String getMessage()
- Overrides:
getMessage in class RemoteException
- Returns:
- Returns the message.
setMessage
public void setMessage(String message)
- Parameters:
message - The message to set.
getCalendar
public Calendar getCalendar()
- Returns:
- Returns the calendar.
setCalendar
public void setCalendar(Calendar calendar)
- Parameters:
calendar - The calendar to set.
getData
public byte[] getData()
- Returns:
- Returns the data.
setData
public void setData(byte[] data)
- Parameters:
data - The data to set.
getCalculatorValueObjects
public CalculatorValueObject[] getCalculatorValueObjects()
- Returns:
- Returns the calculatorValueObjects.
setCalculatorValueObjects
public void setCalculatorValueObjects(CalculatorValueObject[] calculatorValueObjects)
- Parameters:
calculatorValueObjects - The calculatorValueObjects to set.
Copyright © 2005-2011 ELCA. All Rights Reserved.