Class ObjectStoreException

    • Constructor Detail

      • ObjectStoreException

        public ObjectStoreException()
        Default constructor.
      • ObjectStoreException

        public ObjectStoreException​(String message)
        Parameters:
        message - error message
      • ObjectStoreException

        public ObjectStoreException​(Throwable cause)
        Parameters:
        cause - the cause exception
      • ObjectStoreException

        public ObjectStoreException​(String message,
                                    Throwable cause)
        Parameters:
        message - error message
        cause - the cause exception