Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.model
Class ValueUniquenessViolationException

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

All Implemented Interfaces:
java.io.Serializable

public class ValueUniquenessViolationException
extends java.lang.IllegalArgumentException

Thrown to indicate that a method has been passed an argument that must be unique but it is not.

See Also:
Serialized Form

Constructor Summary
ValueUniquenessViolationException(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

ValueUniquenessViolationException

public ValueUniquenessViolationException(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.