Class NoSuchEntryException

All Implemented Interfaces:
Serializable

public class NoSuchEntryException extends ConfigurationException
Thrown when an attempt to obtain an object from a Configuration does not find a matching entry.
Since:
2.0
Author:
Sun Microsystems, Inc.
See Also:
  • Constructor Details

    • NoSuchEntryException

      public NoSuchEntryException(String s)
      Creates an instance with the specified detail message.
      Parameters:
      s - the detail message
    • NoSuchEntryException

      public NoSuchEntryException(String s, Throwable t)
      Creates an instance with the specified detail message and causing exception, which should not be an instance of Error.
      Parameters:
      s - the detail message
      t - the causing exception