public class NotImplementedException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
NotImplementedException() |
NotImplementedException(java.lang.String message) |
NotImplementedException(java.lang.String message,
java.lang.Throwable cause) |
NotImplementedException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
NotImplementedException(java.lang.Throwable cause) |
public NotImplementedException()
public NotImplementedException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
public NotImplementedException(java.lang.String message,
java.lang.Throwable cause)
public NotImplementedException(java.lang.String message)
public NotImplementedException(java.lang.Throwable cause)