Package crypto.rules
Class CrySLException
- java.lang.Object
-
- crypto.rules.CrySLException
-
-
Constructor Summary
Constructors Constructor Description CrySLException(String exception)Construct aCrySLExceptionfrom the fully qualified classname of theExceptionto store.
-
-
-
Constructor Detail
-
CrySLException
public CrySLException(String exception)
Construct aCrySLExceptionfrom the fully qualified classname of theExceptionto store.- Parameters:
exception- the exception's name
-
-