com.nitido.nim
Class ActivationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.nitido.nim.NiMException
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
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. |
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 |
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.
These JavaDoc pages are generated for release/nim_2_5-2.5.44 Copyright © 1999-2009 Nitido Inc. Proprietary and Confidential. All Rights Reserved.