Package com.gitee.apanlh.exp.algorithm
Class UnPaddingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.gitee.apanlh.exp.CustomException
-
- com.gitee.apanlh.exp.algorithm.SymmetricException
-
- com.gitee.apanlh.exp.algorithm.UnPaddingException
-
- All Implemented Interfaces:
Serializable
public class UnPaddingException extends SymmetricException
数据去除填充异常- Author:
- Pan
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnPaddingException(Exception e)构造函数
指定异常UnPaddingException(String msg)构造函数
指定消息UnPaddingException(String format, Object... argument)构造函数
指定格式化消息UnPaddingException(String msg, Throwable cause)构造函数
指定消息及指定异常
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnPaddingException
public UnPaddingException(Exception e)
构造函数
指定异常- Parameters:
e- 异常
-
UnPaddingException
public UnPaddingException(String msg)
构造函数
指定消息- Parameters:
msg- 消息
-
UnPaddingException
public UnPaddingException(String format, Object... argument)
构造函数
指定格式化消息- Parameters:
format- 消息argument- 参数
-
-