com.dotmarketing.business
Class DuplicateRoleException

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

public class DuplicateRoleException
extends DotStateException

Exception thrown when another role with the same path/FQN already exists

Author:
David Torres
See Also:
Serialized Form

Constructor Summary
DuplicateRoleException(java.lang.String x)
           
 
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

DuplicateRoleException

public DuplicateRoleException(java.lang.String x)


Copyright © 2013 dotCMS Inc. All Rights Reserved.