Class PersismException

All Implemented Interfaces:
Serializable

public final class PersismException extends RuntimeException
General RuntimeException used by Persism. Note that Persism will rollback transactions if the exception is an SQLException.
Since:
9/8/11 6:41 AM
Author:
Dan Howard
See Also:
  • Constructor Details

    • PersismException

      public PersismException(String message)
      PersismException with a message
      Parameters:
      message - message string
    • PersismException

      public PersismException(String message, Throwable cause)
      PersismException with a message and a cause
      Parameters:
      message - message string
      cause - Throwable cause