Package 

Class MedraException

  • 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 enum MedraException.Cause

      Possible exception causes

    • Method Summary

      Modifier and Type Method Description
      String toString()
      • 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