org.simantics.databoard.channel
Class RequestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.simantics.databoard.channel.RequestException
All Implemented Interfaces:
java.io.Serializable

public class RequestException
extends java.lang.Exception

RequestException is thrown to a requester of a service when there was a problem fulfilling the request. Typical error is problem with communication channel or with fulfulling the service. Cause is (typically) one of these: o Communication problems IOException o Timeout TimeoutException o Service handler problem ServiceException

Author:
Toni Kalajainen
See Also:
Serialized Form

Constructor Summary
RequestException(java.lang.Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RequestException

public RequestException(java.lang.Throwable cause)