org.ikasan.framework.component.endpoint
Class EndpointException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ikasan.framework.component.endpoint.EndpointException
All Implemented Interfaces:
Serializable

public class EndpointException
extends RuntimeException

Author:
Ikasan Development Team
See Also:
Serialized Form

Constructor Summary
EndpointException(String message)
           
EndpointException(Throwable cause)
          Constructor
 
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

EndpointException

public EndpointException(Throwable cause)
Constructor

Parameters:
cause -

EndpointException

public EndpointException(String message)
Parameters:
message -


Copyright © 2007-2012 Ikasan. All Rights Reserved.