Class Phase4RuntimeException

All Implemented Interfaces:
Serializable

public class Phase4RuntimeException extends RuntimeException
phase4 base runtime exception. It is just a in-between exception for easy catching of all phase4 related runtime exceptions.
Since:
3.0.1
Author:
Philip Helger
See Also:
  • Constructor Details

    • Phase4RuntimeException

      public Phase4RuntimeException(@Nonnull String sMessage)
      Parameters:
      sMessage - Error message
    • Phase4RuntimeException

      public Phase4RuntimeException(@Nullable Throwable aCause)
      Parameters:
      aCause - Optional causing exception
      Since:
      0.13.0
    • Phase4RuntimeException

      public Phase4RuntimeException(@Nonnull String sMessage, @Nullable Throwable aCause)
      Parameters:
      sMessage - Error message
      aCause - Optional causing exception