@WebFault public class OperationNotFoundException extends Exception
| Modifier | Constructor and Description |
|---|---|
protected |
OperationNotFoundException() |
|
OperationNotFoundException(String message) |
|
OperationNotFoundException(String message,
TabularDataExceptionBean faultInfo) |
|
OperationNotFoundException(String message,
TabularDataExceptionBean faultInfo,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
TabularDataExceptionBean |
getFaultInfo() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected OperationNotFoundException()
public OperationNotFoundException(String message)
public OperationNotFoundException(String message, TabularDataExceptionBean faultInfo, Throwable cause)
public OperationNotFoundException(String message, TabularDataExceptionBean faultInfo)
public TabularDataExceptionBean getFaultInfo()
Copyright © 2020. All Rights Reserved.