com.infoteria.asteria.flowengine2.client
Class FlowClientException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--com.infoteria.asteria.communication.client.AsteriaClientException
                          |
                          +--com.infoteria.asteria.flowengine2.client.FlowClientException
All Implemented Interfaces:
Serializable

public class FlowClientException
extends com.infoteria.asteria.communication.client.AsteriaClientException

フローのクライアントで発生するExceptionです。

See Also:
Serialized Form

Constructor Summary
FlowClientException(Exception e)
           
FlowClientException(String msg)
           
 
Methods inherited from class com.infoteria.asteria.communication.client.AsteriaClientException
printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FlowClientException

public FlowClientException(String msg)

FlowClientException

public FlowClientException(Exception e)