Package sonia.scm
Class BackendException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
sonia.scm.BackendException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionBackendException
(String message) BackendException
(String message, Throwable cause) BackendException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BackendException
public BackendException() -
BackendException
-
BackendException
-
BackendException
-