public class ModuleException extends Exception
Constructor and Description |
---|
ModuleException()
Constructs an ModuleException with no detail message.
|
ModuleException(String msg)
Constructs an ModuleException class with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ModuleException()
public ModuleException(String msg)
msg
- the String containing a detail messageCopyright © 2000-2014. All Rights Reserved.