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