Class UmaDbException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UmaDbException.AuthenticationException, UmaDbException.CorruptionException, UmaDbException.IntegrityException, UmaDbException.InternalException, UmaDbException.IoException, UmaDbException.SerializationException

Base exception class for all exceptions thrown by the UmaDb client.

All specific exceptions extend this class, allowing clients to catch either specific conditions or all UmaDb-related errors.

See Also:
  • Constructor Details

    • UmaDbException

      public UmaDbException(String message, Exception e)
    • UmaDbException

      public UmaDbException(String message)