Class FaunaException

    • Constructor Summary

      Constructors 
      Constructor Description
      FaunaException​(java.lang.String message)
      Constructs a new FaunaException with the specified message.
      FaunaException​(java.lang.String message, java.lang.Throwable err)
      Constructs a new FaunaException with the specified detail message and cause.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • FaunaException

        public FaunaException​(java.lang.String message)
        Constructs a new FaunaException with the specified message.
        Parameters:
        message - A String describing the reason for the exception.
      • FaunaException

        public FaunaException​(java.lang.String message,
                              java.lang.Throwable err)
        Constructs a new FaunaException with the specified detail message and cause.
        Parameters:
        message - A String describing the reason for the exception.
        err - The underlying Throwable cause of the exception.