com.nitido.nim
Class NuggetNotAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.nitido.nim.NiMException
com.nitido.nim.NuggetNotAvailableException
- All Implemented Interfaces:
- java.io.Serializable
public class NuggetNotAvailableException
- extends NiMException
The NuggetNotAvailableException is thrown when
Entity.getNugget( String nuggetName ) cannot return an instance of the
specified nugget because it has not been created or the configuration
does not have enough information to allow NuggetService to create it.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NuggetNotAvailableException
public NuggetNotAvailableException()
- Constructor with no specific exception message.
NuggetNotAvailableException
public NuggetNotAvailableException(java.lang.String message)
- Constructor with the specified detail message.
- Parameters:
message
- The detail exception message.
These JavaDoc pages are generated for release/nim_2_5-2.5.44 Copyright © 1999-2009 Nitido Inc. Proprietary and Confidential. All Rights Reserved.