public class MagicMatchNotFoundException extends Exception
| Constructor and Description |
|---|
MagicMatchNotFoundException()
constructor
|
MagicMatchNotFoundException(String message)
Create exception with error message
|
MagicMatchNotFoundException(String message,
Throwable cause)
Create an exception with custom message and throwable info
|
MagicMatchNotFoundException(Throwable cause)
Create exception based on an existing Throwable
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MagicMatchNotFoundException()
public MagicMatchNotFoundException(String message)
message - The error message for this exceptionpublic MagicMatchNotFoundException(Throwable cause)
cause - The throwable on which we'll base this exceptionCopyright © 2017. All rights reserved.