Class VCRException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.easypost.easyvcr.VCRException
All Implemented Interfaces:
Serializable

public final class VCRException extends Exception
Custom exception for EasyVCR.
See Also:
Serialized Form
  • Constructor Details

    • VCRException

      public VCRException(String message)
      Constructs a new VCRException with the specified detail message.
      Parameters:
      message - the error message.