Class BoundInvocationFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
me.ehp246.aufjms.api.exception.BoundInvocationFailedException
All Implemented Interfaces:
Serializable

public class BoundInvocationFailedException extends RuntimeException
Indicates the invocation on BoundInvocable has failed wrapping the cause. Thrown by InvocableDispatcher.
Author:
Lei Yang
See Also:
  • Constructor Details

    • BoundInvocationFailedException

      public BoundInvocationFailedException(Throwable cause)