SDX Network Information Collector SDK

net.juniper.smgt.gateway.gal
Class AmbiguousKeyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.juniper.smgt.gateway.gal.GWException
                    |
                    +--net.juniper.smgt.gateway.gal.NicException
                          |
                          +--net.juniper.smgt.gateway.gal.AmbiguousKeyException
All Implemented Interfaces:
java.io.Serializable

public class AmbiguousKeyException
extends NicException

The exception thrown by a NIC or Sae locator component if a key object (provided to one of the lookup methods) does not uniquely identify a value and the NIC component does not allow ambiguity.

See Also:
Serialized Form

Constructor Summary
AmbiguousKeyException()
          Default Constructor
AmbiguousKeyException(java.lang.String msg)
          Constructs AmbiguousKeyException based on the provided 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AmbiguousKeyException

public AmbiguousKeyException()
Default Constructor


AmbiguousKeyException

public AmbiguousKeyException(java.lang.String msg)
Constructs AmbiguousKeyException based on the provided message.


SDX Network Information Collector SDK