com.dynalivery.repository.util
Class DuplicateObjectException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.dynalivery.repository.util.DuplicateObjectException

public class DuplicateObjectException
extends java.lang.Exception
implements java.io.Serializable

A public class to return an exception when attempting to create a repository object with the same name as an existing object.

See Also:
Serialized Form

Constructor Summary
DuplicateObjectException(java.lang.String msg)
          Constructs a DuplicateObjectException with a detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DuplicateObjectException

public DuplicateObjectException(java.lang.String msg)
Constructs a DuplicateObjectException with a detail message.
Parameters:
msg - the detail message describing the exception.