|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
i3.dragos.exception.DragosException
i3.dragos.exception.GraphPoolException
public class GraphPoolException
An GraphPoolException is thrown when graph pool related operations
(like open or close) fail.
| Constructor Summary | |
|---|---|
GraphPoolException(java.lang.String message)
Constructs a new exception with the given message. |
|
GraphPoolException(java.lang.String message,
java.lang.Throwable throwable)
Constructs a new exception with the given message which is wrapped around an exception. |
|
| 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 GraphPoolException(java.lang.String message)
message - A message describing the reason of the exception.
public GraphPoolException(java.lang.String message,
java.lang.Throwable throwable)
message - A message describing the reason of the exception.throwable - The exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||