Overload | Description |
---|---|
ServiceException Constructor() | Creates a new service exception. |
ServiceException Constructor(String) | Creates a new service exception initialized with the input parameter. |
ServiceException Constructor(Exception) | Creates a new service exception initialized with the input parameter. |
ServiceException Constructor(String,Exception) | Creates a new service exception initialized with the input parameters. |