Class NotImplementedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.symphonyoss.s2.canon.runtime.exception.CanonException
-
- org.symphonyoss.s2.canon.runtime.exception.ServerErrorException
-
- org.symphonyoss.s2.canon.runtime.exception.NotImplementedException
-
- All Implemented Interfaces:
Serializable
public class NotImplementedException extends ServerErrorException
An Exception which may be thrown by Canon implementing methods to indicate that the business logic for the method has not yet been implemented. The generated server stubs throw this exception, which should be replaced by the real business logic.- Author:
- Bruce Skingle
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotImplementedException()Default constructor.
-
Method Summary
-
Methods inherited from class org.symphonyoss.s2.canon.runtime.exception.CanonException
getHttpStatusCode, getResponseBody, getResponseHeaders
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-