Package africa.absa.inception.security
Class UserAttributeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- africa.absa.inception.core.service.ServiceException
-
- africa.absa.inception.security.UserAttributeException
-
- All Implemented Interfaces:
Serializable
public class UserAttributeException extends africa.absa.inception.core.service.ServiceExceptionAn UserAttributeException is thrown to indicate an invalid operation was performed on a UserAttribute instance.This is a checked exception to prevent the automatic rollback of the current transaction.
- Author:
- Marcus Portmann
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserAttributeException(String message)Constructs a new UserAttributeException with the specified message.
-
Method Summary
-
Methods inherited from class africa.absa.inception.core.service.ServiceException
getFaultInfo, getTimestamp
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UserAttributeException
public UserAttributeException(String message)
Constructs a new UserAttributeException with the specified message.- Parameters:
message- The message saved for later retrieval by the getMessage() method.
-
-