public class WindowsOperationException extends Exception
Constructor and Description |
---|
WindowsOperationException() |
WindowsOperationException(String errorMessage) |
WindowsOperationException(String msg,
Exception nestedEx) |
WindowsOperationException(String errorMessage,
Throwable throwable) |
WindowsOperationException(Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
String |
getErrorMessage() |
void |
setErrorMessage(String errorMessage) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WindowsOperationException(String errorMessage)
public WindowsOperationException(String errorMessage, Throwable throwable)
public WindowsOperationException()
public WindowsOperationException(Throwable throwable)
Copyright © 2017 WSO2. All rights reserved.