Class InvocationException

All Implemented Interfaces:
Serializable

@Service @Contract public class InvocationException extends RuntimeException
See Also:
  • Constructor Details

    • InvocationException

      public InvocationException()
    • InvocationException

      public InvocationException(String s)
    • InvocationException

      public InvocationException(String s, Throwable cause)
    • InvocationException

      public InvocationException(Exception ex)
  • Method Details

    • getNestedException

      public Exception getNestedException()