Nitido Inc.

com.nitido.nim
Class EntityReleasedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.nitido.nim.NiMRuntimeException
                  extended by com.nitido.nim.PermissionDeniedException
                      extended by com.nitido.nim.EntityReleasedException
All Implemented Interfaces:
java.io.Serializable

public class EntityReleasedException
extends PermissionDeniedException

The EntityReleasedException class is thrown when an entity operation (except (releasing a nugget) is attempted when the Entity object is already released.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.nitido.nim.NiMRuntimeException
_errorCode
 
Constructor Summary
EntityReleasedException()
          This constructor is used to instantiate a new EntityReleasedException that has no particular message attached to it.
EntityReleasedException(java.lang.String message)
          This constructor is called to instantiate a new EntityReleasedException with an associated message.
 
Method Summary
 
Methods inherited from class com.nitido.nim.NiMRuntimeException
getErrorCode
 
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

EntityReleasedException

public EntityReleasedException()
This constructor is used to instantiate a new EntityReleasedException that has no particular message attached to it.


EntityReleasedException

public EntityReleasedException(java.lang.String message)
This constructor is called to instantiate a new EntityReleasedException with an associated message.

Parameters:
message - The message attached to the exception.

Nitido NiM 2.5 Java API

These JavaDoc pages are generated for release/nim_2_5-2.5.44

Copyright © 1999-2009 Nitido Inc.    Proprietary and Confidential.    All Rights Reserved.