public class MyFunctionExecutionException extends RuntimeException
| Constructor and Description |
|---|
MyFunctionExecutionException()
Creates new exception with given error message.
|
MyFunctionExecutionException(String msg)
Creates new exception with given error message.
|
MyFunctionExecutionException(String msg,
Throwable cause)
Creates new exception with given error message and optional nested
exception.
|
MyFunctionExecutionException(Throwable cause)
Creates new exception given Throwable as a cause and source of
error message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MyFunctionExecutionException()
public MyFunctionExecutionException(String msg)
msg - public MyFunctionExecutionException(String msg, Throwable cause)
msg - cause - public MyFunctionExecutionException(Throwable cause)
cause - Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.