public class CommonModuleException extends EvasionException
| Constructor and Description |
|---|
CommonModuleException()
Creates a new instance of
UsernameNotFoundException without detail message. |
CommonModuleException(String msg)
Constructs an instance of
UsernameNotFoundException with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CommonModuleException()
UsernameNotFoundException without detail message.public CommonModuleException(String msg)
UsernameNotFoundException with the specified detail message.msg - the detail message.Copyright © 2012. All Rights Reserved.