Class P4RuntimeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
P4ConnectionException, P4OperationException, P4PipelineException

public class P4RuntimeException extends RuntimeException
Base type for every exception raised by jp4. Catch this when you need a single site to handle all jp4 failures regardless of category; otherwise prefer one of the three subclasses (P4ConnectionException, P4PipelineException, P4OperationException).

All jp4 exceptions are unchecked.

Since:
0.1.0
See Also:
  • Constructor Details

    • P4RuntimeException

      public P4RuntimeException(String message)
    • P4RuntimeException

      public P4RuntimeException(String message, Throwable cause)