public class CcServerException
extends com.corticon.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) |
getContainedException, getMessages, getStackTraceAsString, printStackTrace, printStackTrace, printStackTrace, toStringpublic 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-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.