Package com.merative.acd.v1.exception
Class ParameterNotAvailableException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- com.merative.acd.v1.exception.ParameterNotAvailableException
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class ParameterNotAvailableException extends java.lang.RuntimeExceptionParameterNotAvailableException To support Custom Exception. This class is manually written and not generated from swagger codegen.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ParameterNotAvailableException(java.lang.String message)Instantiates a new Parameter Not Available Exception.
 
-