Class BinaryStoreException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.tocco.nice2.persist.core.spi.binary.BinaryStoreException
All Implemented Interfaces:
Serializable

public class BinaryStoreException extends RuntimeException
Thrown when an error happened during the saving of an object from a store.
See Also:
  • Constructor Details

    • BinaryStoreException

      public BinaryStoreException(String message)
    • BinaryStoreException

      public BinaryStoreException(String message, Throwable cause)
    • BinaryStoreException

      public BinaryStoreException(Throwable cause)