de.unido.ls5.eti.client
Class EtiAxisException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.unido.ls5.eti.client.EtiRemoteException
              extended by 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 red

Constructor Summary
EtiAxisException(String message)
           
EtiAxisException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class de.unido.ls5.eti.client.EtiRemoteException
getErrorId
 
Methods inherited from class java.lang.Throwable
getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)