Class InvokeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvokeTimeoutException

public class InvokeException extends RuntimeException
The InvokeException is thrown when a method encounters a general exception in the course of processing.
Author:
Jaime Meritt (jmeritt@sonicsoftware.com), Richard Chung (rchung@sonicsoftware.com), Dave Chappell (chappell@sonicsoftware.com)
See Also:
  • Constructor Details

    • InvokeException

      public InvokeException(String message)