public class OperationServiceException
extends java.lang.Exception
| Constructor and Description |
|---|
OperationServiceException(java.lang.String message)
Creates an instance with an error message.
|
OperationServiceException(java.lang.String message,
java.lang.Throwable throwable)
Constructs an instance with an error message and a throwable
object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause()
Gets the Java exception encapsulated inside this exception.
|
public OperationServiceException(java.lang.String message)
message - the error messagepublic OperationServiceException(java.lang.String message,
java.lang.Throwable throwable)
message - the error messagethrowable - the throwable object wrapped inside this exception