public class MyFunctionExecutionException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
MyFunctionExecutionException()
Creates new exception with given error message.
|
MyFunctionExecutionException(java.lang.String msg)
Creates new exception with given error message.
|
MyFunctionExecutionException(java.lang.String msg,
java.lang.Throwable cause)
Creates new exception with given error message and optional nested
exception.
|
MyFunctionExecutionException(java.lang.Throwable cause)
Creates new exception given Throwable as a cause and source of
error message.
|
public MyFunctionExecutionException()
public MyFunctionExecutionException(java.lang.String msg)
msg - public MyFunctionExecutionException(java.lang.String msg,
java.lang.Throwable cause)
msg - cause - public MyFunctionExecutionException(java.lang.Throwable cause)
cause - Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.