Class RdbmsException

All Implemented Interfaces:
Serializable

public class RdbmsException extends RuntimeException
This exception is thrown by com.atlassian.sal.api.rdbms implementations in cases when interaction with a database fails
Since:
v3.0
See Also:
  • Constructor Details

    • RdbmsException

      public RdbmsException(String message)
    • RdbmsException

      public RdbmsException(String message, Throwable cause)
    • RdbmsException

      public RdbmsException(Throwable cause)