public class NotEnoughResourcesException extends Exception
| Constructor and Description |
|---|
NotEnoughResourcesException()
Constructs a
NotEnoughResourcesException with no detail
message. |
NotEnoughResourcesException(String s)
Constructs a
NotEnoughResourcesException with a detail message |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotEnoughResourcesException()
NotEnoughResourcesException with no detail
message.public NotEnoughResourcesException(String s)
NotEnoughResourcesException with a detail messages - detail messageCopyright © 2012 code4tv.com. All Rights Reserved.