Class SecurityException.SecurityError
- java.lang.Object
-
- com.lexmark.saperion.exceptions.ErrorCodeType
-
- com.lexmark.saperion.exceptions.ErrorConstantType
-
- com.lexmark.saperion.exceptions.system.SystemException.SystemError
-
- com.lexmark.saperion.exceptions.system.SecurityException.SecurityError
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- SecurityException
public static class SecurityException.SecurityError extends com.lexmark.saperion.exceptions.system.SystemException.SystemError
Error code implementation for security exceptions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SecurityError(int code)
Creates a new error with the given error value.
-