Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ru.gammalabs.ice.publishing.framework
Class CMSException  view CMSException download CMSException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byru.gammalabs.ice.publishing.framework.CMSException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DateFormatException, IncorrectSearchCriteriaException, LongValueException, NoSuchFieldInIeTypeException, NullValueException, ObjectAlreadyExistException, ObjectNotExistException, TemplateManagerException, TemplatesConfigurationException

public class CMSException
extends java.lang.Exception


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
protected  java.lang.Long exceptionCode
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
CMSException()
           
CMSException(long exceptionCode)
           
CMSException(java.lang.Long exceptionCode)
           
 
Method Summary
 java.lang.Long getExceptionCode()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

exceptionCode

protected java.lang.Long exceptionCode
Constructor Detail

CMSException

public CMSException()

CMSException

public CMSException(java.lang.Long exceptionCode)

CMSException

public CMSException(long exceptionCode)
Method Detail

getExceptionCode

public java.lang.Long getExceptionCode()