ZebraIllegalArgumentException Constructor | 
          
| Name | Description | |
|---|---|---|
| ZebraIllegalArgumentException(String) | 
            Constructs a ZebraIllegalArgumentException with message as the detailed error message
              | |
| ZebraIllegalArgumentException(String, Exception) | 
            Constructs a ZebraIllegalArgumentException with the message as the detailed error message and 
            cause as the source of the exception.
              | |
| ZebraIllegalArgumentException(String, String) | 
            Constructs a ZebraIllegalArgumentException with message as the detailed error message
              | |
| ZebraIllegalArgumentException(String, String, Exception) | 
            Constructs a ZebraIllegalArgumentException with the message as the detailed error message and 
            cause as the source of the exception.
              |