Class ContException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SyncException

public class ContException extends RuntimeException
Thrown when performing an invalid operation on a Call or Continuation.
See Also:
  • Constructor Details

    • ContException

      public ContException(String message, Throwable cause)
    • ContException

      public ContException(String message)
    • ContException

      public ContException(Throwable cause)
    • ContException

      public ContException()