Public Member Functions | |
ElephantException () | |
ElephantException (String message) | |
ElephantException (Throwable throwable) | |
Definition at line 24 of file ElephantException.java.
org.turro.elephant.exception.ElephantException.ElephantException | ( | ) |
Creates a new instance of ElephantException
Definition at line 27 of file ElephantException.java.
org.turro.elephant.exception.ElephantException.ElephantException | ( | String | message | ) |
Definition at line 31 of file ElephantException.java.
org.turro.elephant.exception.ElephantException.ElephantException | ( | Throwable | throwable | ) |
Definition at line 35 of file ElephantException.java.