Class ShutdownException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.iotdb.commons.exception.IoTDBException
-
- org.apache.iotdb.commons.exception.ShutdownException
-
- All Implemented Interfaces:
java.io.Serializable
public class ShutdownException extends IoTDBException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.iotdb.commons.exception.IoTDBException
errorCode, isUserException
-
-
Constructor Summary
Constructors Constructor Description ShutdownException(java.lang.String message, int errorCode)ShutdownException(java.lang.String message, java.lang.Throwable cause, int errorCode)ShutdownException(java.lang.Throwable cause)ShutdownException(java.lang.Throwable cause, int errorCode)
-
Method Summary
-
Methods inherited from class org.apache.iotdb.commons.exception.IoTDBException
getErrorCode, isUserException
-
-
-
-
Constructor Detail
-
ShutdownException
public ShutdownException(java.lang.String message, int errorCode)
-
ShutdownException
public ShutdownException(java.lang.Throwable cause)
-
ShutdownException
public ShutdownException(java.lang.String message, java.lang.Throwable cause, int errorCode)
-
ShutdownException
public ShutdownException(java.lang.Throwable cause, int errorCode)
-
-