public class CcServerException
extends CcException
implements java.io.Serializable
CcServerException is the base class of all exceptions thrown by the Corticon Server.| Constructor and Description |
|---|
CcServerException() |
CcServerException(java.lang.Exception aparentException,
java.lang.Object aobject) |
CcServerException(java.lang.Exception aparentException,
java.lang.String astrMessage) |
CcServerException(java.lang.Exception aparentException,
java.lang.String astrMessage,
java.lang.Object aobject) |
CcServerException(java.lang.String astrMessage) |
CcServerException(java.lang.String astrMessage,
java.lang.Object aobject) |
public CcServerException()
public CcServerException(java.lang.String astrMessage)
public CcServerException(java.lang.String astrMessage,
java.lang.Object aobject)
public CcServerException(java.lang.Exception aparentException,
java.lang.String astrMessage)
public CcServerException(java.lang.Exception aparentException,
java.lang.Object aobject)
public CcServerException(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.