ch.elca.el4j.tests.remoting.service.soap
Class RemoteExceptionWithData

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.rmi.RemoteException
                  extended by 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

Field Summary
private  CalculatorValueObject[] m_calculatorValueObjects
          Are the calculator value objects.
private  Calendar m_calendar
          Is the calendar of this exception.
private  byte[] m_data
          Is the data of this exception.
private  int m_index
          Is an index of this exception.
private  String m_message
          Is the message of this exception.
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
RemoteExceptionWithData()
           
 
Method Summary
 CalculatorValueObject[] getCalculatorValueObjects()
           
 Calendar getCalendar()
           
 byte[] getData()
           
 int getIndex()
           
 String getMessage()
           
 void setCalculatorValueObjects(CalculatorValueObject[] calculatorValueObjects)
           
 void setCalendar(Calendar calendar)
           
 void setData(byte[] data)
           
 void setIndex(int index)
           
 void setMessage(String message)
           
 
Methods inherited from class java.rmi.RemoteException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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
 

Field Detail

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.

Constructor Detail

RemoteExceptionWithData

public RemoteExceptionWithData()
Method Detail

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.