Class DataException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DataAlreadyRegisteredException, DataRegistrationNotFoundException, DuplicateDataStoreException, DuplicateProviderException, UnregisteredKeyException

public class DataException extends RuntimeException
See Also:
  • Constructor Details

    • DataException

      public DataException()
      Constructs a new data exception.
    • DataException

      public DataException(String message)
      Constructs a new data exception with a message.
      Parameters:
      message - The message
    • DataException

      public DataException(String message, Throwable cause)
      Constructs a new data exception with a message and throwable cause.
      Parameters:
      message - The message
      cause - The cause
    • DataException

      public DataException(Throwable cause)
      Constructs a new data exception with a throwable cause.
      Parameters:
      cause - The cause