public class IllegalPluginAccessException extends RuntimeException
Constructor and Description |
---|
IllegalPluginAccessException()
Creates a new instance of
IllegalPluginAccessException
without detail message. |
IllegalPluginAccessException(String msg)
Constructs an instance of
IllegalPluginAccessException
with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IllegalPluginAccessException()
IllegalPluginAccessException
without detail message.public IllegalPluginAccessException(String msg)
IllegalPluginAccessException
with the specified detail message.msg
- the detail message.Copyright © 2021. All rights reserved.