Class RuntimeStoreAccessRecoverableException

All Implemented Interfaces:
Serializable

public class RuntimeStoreAccessRecoverableException extends RuntimeStoreAccessException
See Also:
  • Constructor Details

    • RuntimeStoreAccessRecoverableException

      public RuntimeStoreAccessRecoverableException()
      Default constructor
    • RuntimeStoreAccessRecoverableException

      public RuntimeStoreAccessRecoverableException(String msg)
      Constructor with a detailed message
      Parameters:
      msg - the detailed message associated with this exception
    • RuntimeStoreAccessRecoverableException

      public RuntimeStoreAccessRecoverableException(Throwable cause)
      Constructor that creates the instance based on a cause
      Parameters:
      cause - the underlying cause for exception
    • RuntimeStoreAccessRecoverableException

      public RuntimeStoreAccessRecoverableException(String msg, Throwable cause)
      Constructor to create the instance with an message and cause
      Parameters:
      msg - the detailed message to be associated with the exception
      cause - the underlying cause.