|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException com.sri.common.dbobj.RepositoryException
public class RepositoryException
Runtime Exception for underlying repository errors. Most errors such as database connection lost errors are not really handleable and therefore are set as runtime.
Constructor Summary | |
---|---|
RepositoryException()
Default constructor. |
|
RepositoryException(String message)
Constructor that takes a message. |
|
RepositoryException(String message,
Throwable cause)
Constructor that takes a message and a nested exception. |
|
RepositoryException(Throwable cause)
Constructor that takes a nested exception/error. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RepositoryException()
public RepositoryException(String message)
message
- Stringpublic RepositoryException(Throwable cause)
cause
- Throwable the nested error.public RepositoryException(String message, Throwable cause)
message
- String the message.cause
- Throwable the underlying exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |