java.io.Serializablepublic class IllegalPluginAccessException
extends java.lang.RuntimeException
| Constructor | Description |
|---|---|
IllegalPluginAccessException() |
Creates a new instance of
IllegalPluginAccessException
without detail message. |
IllegalPluginAccessException(java.lang.String msg) |
Constructs an instance of
IllegalPluginAccessException
with the specified detail message. |
public IllegalPluginAccessException()
IllegalPluginAccessException
without detail message.public IllegalPluginAccessException(java.lang.String msg)
IllegalPluginAccessException
with the specified detail message.msg - the detail message.Copyright © 2018. All rights reserved.