Package edu.caltech.nanodb.commands
Class ExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.caltech.nanodb.server.NanoDBException
-
- edu.caltech.nanodb.commands.ExecutionException
-
- All Implemented Interfaces:
java.io.Serializable
public class ExecutionException extends NanoDBException
This exception is thrown when a fatal error occurs during command execution.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExecutionException()
ExecutionException(java.lang.String msg)
ExecutionException(java.lang.String msg, java.lang.Throwable cause)
ExecutionException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
ExecutionException
public ExecutionException()
-
ExecutionException
public ExecutionException(java.lang.String msg)
-
ExecutionException
public ExecutionException(java.lang.Throwable cause)
-
ExecutionException
public ExecutionException(java.lang.String msg, java.lang.Throwable cause)
-
-