Package com.bank.payment.exceptions
Class FirstTransferPixException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bank.payment.exceptions.FirstTransferPixException
- All Implemented Interfaces:
Serializable
Exception thrown when a user attempts to make a PIX transfer for the first time to a specific account.
This exception extends RuntimeException and provides a default error message indicating that this is the first PIX transfer.
- Since:
- 1.0.0
- Version:
- 1.0.0, 06/26/2025
- Author:
- Fernando Cruz Cavina
- See Also:
-
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
-
Constructor Details
-
FirstTransferPixException
public FirstTransferPixException()
-