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

Quick Search    Search Deep

com.opencms.core.exceptions
Class CmsCheckResourceException  view CmsCheckResourceException download CmsCheckResourceException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.opencms.core.CmsException
              extended bycom.opencms.core.exceptions.CmsCheckResourceException
All Implemented Interfaces:
java.io.Serializable

public class CmsCheckResourceException
extends com.opencms.core.CmsException

This exeption is thrown by a class which implements com.opencms.core.I_CmsCheckResource. When this exeption is thrown, all other implementations of I_CmsCheckResource will not be executed.

Version:
$Revision: 1.1 $

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class com.opencms.core.CmsException
C_ACCESS_DENIED, C_BAD_NAME, C_CLASSLOADER_ERROR, C_CMS_EXCEPTION_PREFIX, C_EXTXT, C_FILE_EXISTS, C_FILESYSTEM_ERROR, C_FLEX_CACHE, C_FLEX_LOADER, C_FLEX_OTHER, C_GROUP_NOT_EMPTY, C_HTTPS_PAGE_ERROR, C_HTTPS_REQUEST_ERROR, C_INTERNAL_FILE, C_INVALID_PASSWORD, C_LAUNCH_ERROR, C_LOCKED, C_NO_ACCESS, C_NO_DEFAULT_GROUP, C_NO_GROUP, C_NO_USER, C_NOT_ADMIN, C_NOT_EMPTY, C_NOT_FOUND, C_RB_INIT_ERROR, C_REGISTRY_ERROR, C_RESOURCE_DELETED, C_SERIALIZATION, C_SERVICE_UNAVAILABLE, C_SHORT_PASSWORD, C_SQL_ERROR, C_STREAMING_ERROR, C_UNKNOWN_EXCEPTION, C_USER_EXISTS, C_XML_CORRUPT_INTERNAL_STRUCTURE, C_XML_NO_PROCESS_METHOD, C_XML_NO_TEMPLATE_CLASS, C_XML_NO_USER_METHOD, C_XML_PARSING_ERROR, C_XML_PROCESS_ERROR, C_XML_TAG_MISSING, C_XML_UNKNOWN_DATA, C_XML_WRONG_CONTENT_TYPE, C_XML_WRONG_TEMPLATE_CLASS, m_message, m_rootCause, m_type, m_useRootCause
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
CmsCheckResourceException()
           
CmsCheckResourceException(java.lang.String message)
           
 
Methods inherited from class com.opencms.core.CmsException
getException, getMessage, getRootCause, getShortException, getStackTraceAsString, getThrowable, getType, getTypeText, printStackTrace, printStackTrace, printStackTrace, setException, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CmsCheckResourceException

public CmsCheckResourceException()

CmsCheckResourceException

public CmsCheckResourceException(java.lang.String message)