Package 

Class GliaException

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class GliaException
    extends RuntimeException
                        

    Glia 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 GliaException.Cause

      Possible exception causes

    • Method Summary

      Modifier and Type Method Description
      String toString()
      static GliaException from(Throwable throwable)
      • 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