- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- cn.mcres.karlatemp.mxlib.exceptions.EncryptionException
-
- cn.mcres.karlatemp.mxlib.exceptions.ActuatorException
-
- 所有已实现的接口:
Serializable
- 直接已知子类:
DecodeException
public class ActuatorException extends EncryptionException
- 作者:
- 32798
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 ActuatorException()
Creates a new instance ofActuatorException
without detail message.ActuatorException(String msg)
Constructs an instance ofActuatorException
with the specified detail message.ActuatorException(String message, Throwable cause)
ActuatorException(Throwable cause)
-
方法概要
-
-
-
构造器详细资料
-
ActuatorException
public ActuatorException(Throwable cause)
-
ActuatorException
public ActuatorException()
Creates a new instance ofActuatorException
without detail message.
-
ActuatorException
public ActuatorException(String msg)
Constructs an instance ofActuatorException
with the specified detail message.- 参数:
msg
- the detail message.
-
-