public class CcServerExecutionException extends CcServerException implements java.io.Serializable
CcServerExecutionException is thrown when an unexpected error occurs inside the Corticon
Engine while processing a request.| Constructor and Description |
|---|
CcServerExecutionException() |
CcServerExecutionException(java.lang.Exception aparentException,
java.lang.Object aobject) |
CcServerExecutionException(java.lang.Exception aparentException,
java.lang.String astrMessage) |
CcServerExecutionException(java.lang.Exception aparentException,
java.lang.String astrMessage,
java.lang.Object aobject) |
CcServerExecutionException(java.lang.String astrMessage) |
CcServerExecutionException(java.lang.String astrMessage,
java.lang.Object aobject) |
public CcServerExecutionException()
public CcServerExecutionException(java.lang.String astrMessage)
public CcServerExecutionException(java.lang.String astrMessage,
java.lang.Object aobject)
public CcServerExecutionException(java.lang.Exception aparentException,
java.lang.String astrMessage)
public CcServerExecutionException(java.lang.Exception aparentException,
java.lang.Object aobject)
public CcServerExecutionException(java.lang.Exception aparentException,
java.lang.String astrMessage,
java.lang.Object aobject)
Copyright © 2005-2021 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.