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