Class PrimitiveException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PrimitiveException.CommandFailure, PrimitiveException.QueryFailure, PrimitiveException.ServiceException, PrimitiveException.Timeout, PrimitiveException.Unavailable, PrimitiveException.UnknownClient, PrimitiveException.UnknownService

public class PrimitiveException extends AtomixRuntimeException
Top level exception for Store failures.
See Also:
  • Constructor Details

    • PrimitiveException

      public PrimitiveException()
    • PrimitiveException

      public PrimitiveException(String message)
    • PrimitiveException

      public PrimitiveException(Throwable t)