de.sagd.u4etx.cis
Class ServiceResponseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--de.sagd.u4etx.cis.ServiceResponseException
All Implemented Interfaces:
java.io.Serializable

public class ServiceResponseException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ServiceResponseException(java.lang.String sMsg)
           
ServiceResponseException(java.lang.String sMsg, java.lang.Throwable oThrowable)
           
 
Method Summary
 java.lang.Throwable getThrowable()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceResponseException

public ServiceResponseException(java.lang.String sMsg)

ServiceResponseException

public ServiceResponseException(java.lang.String sMsg,
                                java.lang.Throwable oThrowable)
Method Detail

getThrowable

public java.lang.Throwable getThrowable()