public class NotImplementedException extends RuntimeException
Constructor and Description |
---|
NotImplementedException() |
NotImplementedException(String message) |
NotImplementedException(String message,
Throwable cause) |
NotImplementedException(Throwable cause) |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NotImplementedException()
public NotImplementedException(String message)
message
- public NotImplementedException(String message, Throwable cause)
message
- cause
- public NotImplementedException(Throwable cause)
cause
- © Copyright IBM Corp. 2013. All rights reserved.