com.dotmarketing.portlets.contentlet.business
Class DotContentletStateException

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.DotContentletStateException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DotContentletValidationException

public class DotContentletStateException
extends DotStateException

Used for throwing contentlet problems

Since:
1.6
Author:
David Torres, Jason Tesser
See Also:
Serialized Form

Constructor Summary
DotContentletStateException(java.lang.String x)
          Used for throwing contentlet problems
DotContentletStateException(java.lang.String x, java.lang.Exception e)
          Used for throwing contentlet 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

DotContentletStateException

public DotContentletStateException(java.lang.String x)
Used for throwing contentlet problems

Parameters:
x -

DotContentletStateException

public DotContentletStateException(java.lang.String x,
                                   java.lang.Exception e)
Used for throwing contentlet problems

Parameters:
x -
e -


Copyright © 2010 dotCMS Inc. All Rights Reserved.