public static class VoltProcedure.VoltAbortException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
VoltAbortException()
Constructs a new AbortException
|
VoltAbortException(java.lang.String msg)
Constructs a new AbortException with the specified detail message.
|
VoltAbortException(java.lang.Throwable t)
Constructs a new AbortException from an existing
Throwable. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage()
Returns the detail message string of this AbortException
|
public VoltAbortException()
public VoltAbortException(java.lang.Throwable t)
Throwable.t - Throwable to embed.public VoltAbortException(java.lang.String msg)
msg - Exception specific message.