public class IzouPermissionException extends SecurityException
SecurityException
in Izou which indicates that the specific service will never be available under any
condition, the requested service can be available at times.
For instance, an addOn might attempt to play a sound, and instead the IzouPermissionException is thrown. This means that currently the addOn does not have permission to play a sound, probably because another sound is already being played. However once that other sound is done playing, the original addOn is fully entitled to play its own sound.
So the IzouPermissionException is a temporary denial of service so to say, and not a permanent one, which the SecurityException is.
Constructor and Description |
---|
IzouPermissionException(String message)
Creates a new IzouPermissionException
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IzouPermissionException(String message)
message
- the message to send with the exceptionCopyright © 2016. All rights reserved.