Nitido Inc.

com.nitido.nim
Class ActivationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.nitido.nim.NiMException
              extended by com.nitido.nim.ActivationException
All Implemented Interfaces:
java.io.Serializable

public class ActivationException
extends NiMException

The ActivationException is thrown when the activation or deactivation of a Nugget, Entity or DataControl is not successful.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.nitido.nim.NiMException
_errorCode
 
Constructor Summary
ActivationException()
          Default class constructor.
ActivationException(java.lang.String message)
          This constructor will create an instance of this class and will append the given message to the exception.
 
Method Summary
 
Methods inherited from class com.nitido.nim.NiMException
getErrorCode, toString
 
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
 

Constructor Detail

ActivationException

public ActivationException()
Default class constructor. This constructor will create and ActivationException without a detail message of the root cause of the exception.


ActivationException

public ActivationException(java.lang.String message)
This constructor will create an instance of this class and will append the given message to the exception. This message can then be retrieve through the getMessage() method of the class.

Parameters:
message - The detail exception message.

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.