com.dotmarketing.portlets.contentlet.business
Class DotReindexStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.dotmarketing.exception.DotRuntimeException
                  extended by com.dotmarketing.business.DotStateException
                      extended by com.dotmarketing.portlets.contentlet.business.DotReindexStateException
All Implemented Interfaces:
java.io.Serializable

public class DotReindexStateException
extends DotStateException

Used for throwing reindex problems

Author:
Jason Tesser
See Also:
Serialized Form

Constructor Summary
DotReindexStateException(java.lang.String x)
          Used for throwing reindex problems
DotReindexStateException(java.lang.String x, java.lang.Exception e)
          Used for throwing reindex problems
 
Method Summary
 
Methods inherited from class com.dotmarketing.exception.DotRuntimeException
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
 

Constructor Detail

DotReindexStateException

public DotReindexStateException(java.lang.String x)
Used for throwing reindex problems

Parameters:
x -

DotReindexStateException

public DotReindexStateException(java.lang.String x,
                                java.lang.Exception e)
Used for throwing reindex problems

Parameters:
x -
e -


Copyright © 2013 dotCMS Inc. All Rights Reserved.