Class UnsupportedUserAttributeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sap.security.um.UMException
com.sap.security.um.user.UnsupportedUserAttributeException
All Implemented Interfaces:
Serializable

public class UnsupportedUserAttributeException extends UMException
Exception which is throw if an attribute should be read which is not supported by the user store.
See Also:
  • Constructor Details

    • UnsupportedUserAttributeException

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

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

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