Class InvocationRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
adalid.core.exceptions.InvocationRuntimeException
All Implemented Interfaces:
Serializable

public class InvocationRuntimeException extends RuntimeException
Author:
Jorge Campins
See Also:
  • Constructor Details

    • InvocationRuntimeException

      public InvocationRuntimeException()
    • InvocationRuntimeException

      public InvocationRuntimeException(String message)
    • InvocationRuntimeException

      public InvocationRuntimeException(Throwable cause)
    • InvocationRuntimeException

      public InvocationRuntimeException(String message, Throwable cause)