public class PlanAbortedException
extends java.lang.RuntimeException
Constructor and Description |
---|
PlanAbortedException()
Create a new plan failure exception.
|
PlanAbortedException(java.lang.String message)
Create a new plan failure exception.
|
PlanAbortedException(java.lang.String message,
java.lang.Throwable cause)
Create a new plan failure exception.
|
Modifier and Type | Method and Description |
---|---|
void |
printStackTrace() |
public PlanAbortedException()
public PlanAbortedException(java.lang.String message)
message
- The message.public PlanAbortedException(java.lang.String message, java.lang.Throwable cause)
message
- The message.cause
- The cause.