Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.model
Class NameUniquenessViolationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IllegalArgumentException
                  extended byoracle.panama.model.NameUniquenessViolationException

All Implemented Interfaces:
java.io.Serializable

public class NameUniquenessViolationException
extends java.lang.IllegalArgumentException

Thrown to indicate that a method has been passed a name parameter that is not unique. For example, a name is passed to a create method but the object with that name already exists.

See Also:
Serialized Form

Constructor Summary
NameUniquenessViolationException(java.lang.String msg)
Construct a NameUniquenessViolationException with a plain message.

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

NameUniquenessViolationException

public NameUniquenessViolationException(java.lang.String msg)
Construct a NameUniquenessViolationException with a plain message.
Parameters:
msg - the message.

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.