public class CassandraDBException extends Exception
Constructor and Description |
---|
CassandraDBException(String msg)
Constructs a new exception with the specified detail message.
|
CassandraDBException(String msg,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
CassandraDBException(Throwable cause)
Constructs a new exception with the specified cause and a detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CassandraDBException(String msg)
msg
- the detail message.public CassandraDBException(String msg, Throwable cause)
msg
- the detail message.cause
- the cause.public CassandraDBException(Throwable cause)
cause
- the causeCopyright © 2010–2019. All rights reserved.