Class BusinessException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- step.basic.restclient.tests.commons.BusinessException
-
- All Implemented Interfaces:
java.io.Serializable
public class BusinessException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BusinessException(java.lang.String message)
BusinessException(java.lang.String message, step.client.ControllerClientException e)
-