|
||||||||||
| 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.gisgraphy.domain.repository.exception.RepositoryException
public class RepositoryException
Exception is throws when an error occured in the repository
| Constructor Summary | |
|---|---|
RepositoryException()
Default constructor |
|
RepositoryException(String message)
Constructor |
|
RepositoryException(String message,
Throwable cause)
Constructor |
|
RepositoryException(Throwable cause)
Constructor |
|
| 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,
Throwable cause)
message - The messagecause - The causepublic RepositoryException(String message)
message - The messagepublic RepositoryException(Throwable cause)
cause - The cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||