public class MaskingException
extends java.lang.Exception
| Constructor and Description |
|---|
MaskingException()
Constructor
|
MaskingException(java.lang.String message)
Constructor
|
MaskingException(java.lang.String message,
java.lang.Throwable cause)
Constructor
|
MaskingException(java.lang.Throwable cause)
Constructor
|
public MaskingException()
public MaskingException(java.lang.String message)
message - A message explaining the errorpublic MaskingException(java.lang.String message,
java.lang.Throwable cause)
message - A message further explaining the errorcause - The exception that caused the errorpublic MaskingException(java.lang.Throwable cause)
cause - The exception that caused the error