Class InvocationException

All Implemented Interfaces:
Serializable

public class InvocationException extends RuntimeException
Version:
$Revision: 5451 $
Author:
Julien Viet
See Also:
  • Constructor Details

    • InvocationException

      public InvocationException()
    • InvocationException

      public InvocationException(String message)
    • InvocationException

      public InvocationException(Throwable cause)
    • InvocationException

      public InvocationException(String message, Throwable cause)