ibspan.tss.agents.pra
Class SystemResponseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ibspan.tss.agents.pra.SystemResponseException
All Implemented Interfaces:
Serializable

public class SystemResponseException
extends Exception

Author:
Paweł Kaczmarek
See Also:
Serialized Form

Constructor Summary
SystemResponseException()
           
SystemResponseException(String arg0)
           
SystemResponseException(String arg0, Throwable arg1)
           
SystemResponseException(Throwable arg0)
           
 
Method Summary
 
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

SystemResponseException

public SystemResponseException()

SystemResponseException

public SystemResponseException(String arg0)

SystemResponseException

public SystemResponseException(Throwable arg0)

SystemResponseException

public SystemResponseException(String arg0,
                               Throwable arg1)