
public class NotSupportedException
extends java.lang.Exception
| Constructor and Description |
|---|
NotSupportedException()
Constructs a new instance with null as its detail message.
|
NotSupportedException(java.lang.String message)
Constructs a new instance with the specified detail message.
|
public NotSupportedException()
public NotSupportedException(java.lang.String message)
message - the detail message.Copyright © 2014 IronJacamar (http://www.ironjacamar.org)