Class DynamicStatusStoreException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DynamicStatusStoreMatchException

public class DynamicStatusStoreException extends FrameworkException
See Also:
  • Constructor Details

    • DynamicStatusStoreException

      public DynamicStatusStoreException()
    • DynamicStatusStoreException

      public DynamicStatusStoreException(String message)
    • DynamicStatusStoreException

      public DynamicStatusStoreException(Throwable cause)
    • DynamicStatusStoreException

      public DynamicStatusStoreException(String message, Throwable cause)
    • DynamicStatusStoreException

      public DynamicStatusStoreException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)