com.dotmarketing.business
Class DotIdentifierStateException

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.business.DotIdentifierStateException
All Implemented Interfaces:
java.io.Serializable

public class DotIdentifierStateException
extends DotStateException

Used for throwing identifier problems

Author:
Jason Tesser
See Also:
Serialized Form

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

DotIdentifierStateException

public DotIdentifierStateException(java.lang.String x)
Used for throwing identifier problems

Parameters:
x -

DotIdentifierStateException

public DotIdentifierStateException(java.lang.String x,
                                   java.lang.Exception e)
Used for throwing identifier problems

Parameters:
x -
e -


Copyright © 2010 dotCMS Inc. All Rights Reserved.