com.gentics.api.portalnode.connector
Class DuplicateIdException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.gentics.api.lib.exception.NodeException
              extended by com.gentics.api.portalnode.connector.DuplicateIdException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateIdException
extends NodeException

Exception that is thrown when registering a datasource or handle with an already existing ID

See Also:
Serialized Form

Constructor Summary
DuplicateIdException(java.lang.String message)
          Create an instance with the given message
 
Method Summary
 
Methods inherited from class com.gentics.api.lib.exception.NodeException
getLocalizedMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

DuplicateIdException

public DuplicateIdException(java.lang.String message)
Create an instance with the given message

Parameters:
message - message


Copyright © 2013 Gentics Software GmbH. All Rights Reserved.