public class WSCException extends Exception
| Constructor and Description |
|---|
WSCException()
Constructor.
|
WSCException(Exception wrappedException)
Constructor.
|
WSCException(String message)
Constructor.
|
WSCException(String message,
Exception wrappedException)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WSCException()
public WSCException(String message)
message - exception messagepublic WSCException(Exception wrappedException)
wrappedException - exception to be wrapped by this oneCopyright © 1999–2015. All rights reserved.