Class NotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.onlinepayments.communication.NotFoundException
All Implemented Interfaces:
Serializable

public class NotFoundException extends RuntimeException
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 Details

    • NotFoundException

      public NotFoundException(Exception e)
    • NotFoundException

      public NotFoundException(String message, Exception e)