de.unido.ls5.eti.client
Class EtiAxisException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.unido.ls5.eti.client.EtiRemoteException
de.unido.ls5.eti.client.EtiAxisException
public class EtiAxisException
- extends EtiRemoteException
This is a specialised EtiRemoteException
where the message text automatically strips the leading class name
contained in the FaultString of AxisFault
- Rating

EtiAxisException
public EtiAxisException(String message)
- Parameters:
message
- the message. it is passed to super constructor
with everything after the first colon- See Also:
EtiRemoteException.EtiRemoteException(String)
EtiAxisException
public EtiAxisException(String message,
Throwable cause)
- Parameters:
message
- the message. it is passed to super constructor
with everything after the first colon- See Also:
EtiRemoteException.EtiRemoteException(String)