-
- All Implemented Interfaces:
-
java.io.Serializable
public class MedraException extends RuntimeException
Medra exception that contains a message for debugging and a Cause enum value for handling some of the user and connection errors programmatically.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumMedraException.CausePossible exception causes
-
Field Summary
Fields Modifier and Type Field Description public final MedraException.Causecause
-
Constructor Summary
Constructors Constructor Description MedraException(String debugMessage, MedraException.Cause cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
MedraException
MedraException(String debugMessage, MedraException.Cause cause)
-
-
-
-