Package com.syntifi.casper.sdk.exception
Class NotImplementedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.syntifi.casper.sdk.exception.NotImplementedException
-
- All Implemented Interfaces:
java.io.Serializable
public class NotImplementedException extends java.lang.RuntimeException
A simple exception to cover not implemented functionality- Since:
- 0.0.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotImplementedException()
NotImplementedException(java.lang.String message)
-