public class InvalidHashException extends Exception
Constructor and Description |
---|
InvalidHashException(String message)
Construct an exception with given cause and message
|
InvalidHashException(String message,
Throwable cause)
Construct an exception with given cause and message
|
InvalidHashException(Throwable cause)
Construct an exception with the given cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidHashException(String message)
message
- the error messagepublic InvalidHashException(Throwable cause)
cause
- the cause of the exceptionCopyright © 2020. All rights reserved.