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