Package sonia.scm

Class BackendException

All Implemented Interfaces:
Serializable

public class BackendException extends RuntimeException
This type of exception is only thrown by scm-manager backend implementation, such as the xml or jdbc backend.
Since:
1.14
See Also:
  • Constructor Details

    • BackendException

      public BackendException()
    • BackendException

      public BackendException(String message)
    • BackendException

      public BackendException(Throwable cause)
    • BackendException

      public BackendException(String message, Throwable cause)