LoadingException
Represents an error while loading a specific plugin.
jwienke
Constructs an exception with empty message and cause.
Constructs an exception with an explanatory message.
message – the message
Constructs an exception with causing Throwable.
Throwable
cause – causing exception
Constructs an exception with explanatory message and causing exception.