public class NotAvailableFeatureException extends TilesException
| Constructor and Description |
|---|
NotAvailableFeatureException()
Constructor.
|
NotAvailableFeatureException(java.lang.String message)
Constructor.
|
NotAvailableFeatureException(java.lang.String message,
java.lang.Throwable e)
Constructor.
|
NotAvailableFeatureException(java.lang.Throwable e)
Constructor.
|
public NotAvailableFeatureException()
public NotAvailableFeatureException(java.lang.String message)
message - The detail message.public NotAvailableFeatureException(java.lang.Throwable e)
e - The cause to be wrapped.public NotAvailableFeatureException(java.lang.String message,
java.lang.Throwable e)
message - The detail message.e - The cause to be wrapped.