public class RuntimeRepositoryException
extends java.lang.RuntimeException
| Constructor | Description |
|---|---|
RuntimeRepositoryException() |
Create a new RuntimeRepositoryException
|
RuntimeRepositoryException(java.lang.String message) |
Create a new RuntimeRepositoryException with a custom message
|
RuntimeRepositoryException(java.lang.String message,
java.lang.Throwable cause) |
Create a new RuntimeRepositoryException with a custom message and known cause
|
RuntimeRepositoryException(java.lang.Throwable cause) |
Create a new RuntimeRepositoryException with a known cause
|
public RuntimeRepositoryException()
public RuntimeRepositoryException(java.lang.String message)
message - the messagepublic RuntimeRepositoryException(java.lang.String message,
java.lang.Throwable cause)
message - the messagecause - the causepublic RuntimeRepositoryException(java.lang.Throwable cause)
cause - the cause