com.arjuna.mw.wsas.exceptions
Class SystemCommunicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.arjuna.mw.wsas.exceptions.WSASException
              extended by com.arjuna.mw.wsas.exceptions.SystemException
                  extended by com.arjuna.mw.wsas.exceptions.SystemCommunicationException
All Implemented Interfaces:
Serializable

public class SystemCommunicationException
extends SystemException

Marker interface for exceptions e.g. timeouts, in the client/server communication.

See Also:
Serialized Form

Constructor Summary
SystemCommunicationException()
           
SystemCommunicationException(Object ex)
           
SystemCommunicationException(String s)
           
SystemCommunicationException(String s, int errorcode)
           
SystemCommunicationException(String reason, Object obj)
           
 
Method Summary
 
Methods inherited from class com.arjuna.mw.wsas.exceptions.WSASException
getData, getErrorCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

SystemCommunicationException

public SystemCommunicationException()

SystemCommunicationException

public SystemCommunicationException(String s)

SystemCommunicationException

public SystemCommunicationException(String s,
                                    int errorcode)

SystemCommunicationException

public SystemCommunicationException(String reason,
                                    Object obj)

SystemCommunicationException

public SystemCommunicationException(Object ex)


Copyright © 2012. All Rights Reserved.