|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sri.common.dbobj.RepositoryConversionException
public class RepositoryConversionException
Exception indicates a general error in adapting a Database object to a POJO.
| Constructor Summary | |
|---|---|
RepositoryConversionException()
Default constructor. |
|
RepositoryConversionException(String message)
Constructor that takes a message. |
|
RepositoryConversionException(String message,
Throwable cause)
Constructor that takes a message and a nested exception. |
|
RepositoryConversionException(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 RepositoryConversionException()
public RepositoryConversionException(String message)
message - Stringpublic RepositoryConversionException(Throwable cause)
cause - Throwable the nested error.
public RepositoryConversionException(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 | |||||||||