public class RepositoryException
extends java.lang.Exception
| Constructor and Description |
|---|
RepositoryException(java.lang.String message)
Creates a new exception with the specified detail message.
|
RepositoryException(java.lang.String message,
java.lang.Throwable cause)
Creates a new exception with the specified detail message and cause.
|
| Modifier and Type | Method and Description |
|---|---|
protected static java.lang.String |
getMessage(java.lang.String prefix,
java.lang.Throwable cause) |
public RepositoryException(java.lang.String message)
message - The detail message, may be null.public RepositoryException(java.lang.String message,
java.lang.Throwable cause)
message - The detail message, may be null.cause - The exception that caused this one, may be null.