Class ServiceInternalException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ServiceInternalException
    extends ServiceException
    Exception representing an unexpected internal server error in Fauna.

    This exception is thrown when Fauna encounters an unexpected internal error that prevents it from completing a request, typically indicating a server-side issue. Extends ServiceException to provide details specific to internal server errors.

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ServiceInternalException​(QueryFailure response)
      Constructs a new ServiceInternalException with the specified QueryFailure details.
    • 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

      • ServiceInternalException

        public ServiceInternalException​(QueryFailure response)
        Constructs a new ServiceInternalException with the specified QueryFailure details.
        Parameters:
        response - The QueryFailure object containing details about the internal server error.