public class NotImplementedException extends PicketLinkException
An exception that indicates that something is not ready for use. Usually, this exception is thrown from methods not fully implemented or tested but available for invocation.
Constructor and Description |
---|
NotImplementedException(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NotImplementedException(String message)
Copyright © 2016 JBoss by Red Hat. All rights reserved.