Class InvocationRuntimeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidArgumentException, InvalidContextException

public class InvocationRuntimeException extends MultilevelRuntimeException
See Also:
  • Constructor Details

    • InvocationRuntimeException

      public InvocationRuntimeException(String message)
    • InvocationRuntimeException

      public InvocationRuntimeException(String code, String message)
    • InvocationRuntimeException

      public InvocationRuntimeException(String code, String message, Throwable cause)
    • InvocationRuntimeException

      public InvocationRuntimeException(ErrorDetail detail, Throwable cause)
  • Method Details