
public class NotSupportedException extends Exception
| Constructor and Description |
|---|
NotSupportedException()
Constructs a new instance with null as its detail message.
|
NotSupportedException(String message)
Constructs a new instance with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotSupportedException()
public NotSupportedException(String message)
message - the detail message.Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)