Class StatusSignedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
es.kukenan.smartfi.microservice.firm.service.exceptions.StatusSignedException
- All Implemented Interfaces:
Serializable
Exception caused by a specified user was not found or is not visible in the operation context (access level...).
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringMessage for not in pending status exception. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
MSG_STATUS
Message for not in pending status exception.- See Also:
-
-
Constructor Details
-
StatusSignedException
public StatusSignedException()Default constructor.
-