|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.nitido.nim.NiMRuntimeException
com.nitido.nim.PermissionDeniedException
com.nitido.nim.EntityReleasedException
public class EntityReleasedException
The EntityReleasedException class is thrown when an entity operation (except (releasing a nugget) is attempted when the Entity object is already released.
| 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 |
|---|
public EntityReleasedException()
public EntityReleasedException(java.lang.String message)
message - The message attached to the exception.
|
Nitido NiM 2.5 Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 1999-2009 Nitido Inc. Proprietary and Confidential. All Rights Reserved.