Package org.sql2o

Class Sql2oException

All Implemented Interfaces:
Serializable

public class Sql2oException extends RuntimeException
Represents an exception thrown by Sql2o.
See Also:
  • Constructor Details

    • Sql2oException

      public Sql2oException()
    • Sql2oException

      public Sql2oException(String message)
    • Sql2oException

      public Sql2oException(String message, Throwable cause)
    • Sql2oException

      public Sql2oException(Throwable cause)