public class BadDataPathCardinalityException extends RuntimeException
Constructor and Description |
---|
BadDataPathCardinalityException(String message)
Constructs a new bad data path cardinality exception with the specified detail message.
|
BadDataPathCardinalityException(String message,
Throwable cause)
Constructs a new bad data path cardinality exception with the specified detail message and cause.
|
BadDataPathCardinalityException(Throwable cause)
Constructs a new bad data path cardinality exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BadDataPathCardinalityException(String message)
message
- The detail message.public BadDataPathCardinalityException(String message, Throwable cause)
message
- The detail message.cause
- The cause.public BadDataPathCardinalityException(Throwable cause)
cause
- The cause.