Class UMException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PersistenceException, UnsupportedUserAttributeException

public class UMException extends Exception
Base class for all declared exceptions thrown by the UM bundle.
See Also:
  • Constructor Details

    • UMException

      public UMException(String technicalMessage)
      Constructs a new UM Exception with the specified detail message.
      Parameters:
      technicalMessage - - the detail message
    • UMException

      public UMException(Throwable thr)
      Constructs a new UM Exception with the specified cause.
      Parameters:
      thr - - the root cause for creating UMException
    • UMException

      public UMException(String technicalMessage, Throwable thr)
      Constructs a new UM Exception with the specified detail message and cause.
      Parameters:
      technicalMessage - - the detail message
      thr - - the root cause for creating UMException