public class BadBitException extends RuntimeException
Constructor and Description |
---|
BadBitException()
Initializes an exception with no detail message.
|
BadBitException(String message)
Initializes an exception with the specified detail message.
|
BadBitException(String message,
Throwable cause)
Initializes an exception with the specified detail message
and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BadBitException()
public BadBitException(String message)
message
- the detail messagepublic BadBitException(String message, Throwable cause)
Note that the detail message associated with cause is not automatically incorporated in this exception's detail message.
message
- the detail messagecause
- the cause