Package com.onlinepayments.communication
Class NotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.onlinepayments.communication.NotFoundException
- All Implemented Interfaces:
Serializable
Indicates an exception that occurs when the requested resource is not found.
In normal usage of the SDK, this exception should not occur, however it is possible.
For example when path parameters are set with invalid values.
- 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
-
NotFoundException
-
NotFoundException
-