public class UnsupportedUserAttributeException extends UMException
Constructor and Description |
---|
UnsupportedUserAttributeException(String technicalMessage)
Constructs a new Persistence Exception with the specified detail message.
|
UnsupportedUserAttributeException(String technicalMessage,
Throwable thr)
Constructs a new Persistence Exception with the specified detail message and cause.
|
UnsupportedUserAttributeException(Throwable thr)
Constructs a new Persistence Exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnsupportedUserAttributeException(String technicalMessage)
technicalMessage
- - the detail messagepublic UnsupportedUserAttributeException(Throwable thr)
thr
- - the root cause for creating UnsupportedUserAttributeException.public UnsupportedUserAttributeException(String technicalMessage, Throwable thr)
technicalMessage
- - the detail messagethr
- - the root cause for creating UnsupportedUserAttributeException.Copyright © 2023 SAP. All rights reserved.