public class RepositoryException
extends java.lang.Exception
Modifier and Type | Class and Description |
---|---|
static class |
RepositoryException.Code |
Constructor and Description |
---|
RepositoryException(java.lang.String message,
RepositoryException.Code code) |
RepositoryException(java.lang.String message,
java.lang.Throwable cause,
RepositoryException.Code code) |
RepositoryException(java.lang.Throwable cause,
RepositoryException.Code code) |
Modifier and Type | Method and Description |
---|---|
RepositoryException.Code |
getCode() |
public RepositoryException(java.lang.String message, RepositoryException.Code code)
public RepositoryException(java.lang.Throwable cause, RepositoryException.Code code)
public RepositoryException(java.lang.String message, java.lang.Throwable cause, RepositoryException.Code code)
public RepositoryException.Code getCode()