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