ncsa.tools.elf.core.exceptions
Class ActivationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byncsa.tools.elf.core.exceptions.BaseElfException
              extended byncsa.tools.elf.core.exceptions.ErrorCodeException
                  extended byncsa.tools.elf.core.exceptions.ActivationException
All Implemented Interfaces:
java.io.Serializable

public class ActivationException
extends ErrorCodeException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class ncsa.tools.elf.core.exceptions.ErrorCodeException
errorCode
 
Constructor Summary
ActivationException(int errorCode, java.lang.String message)
           
ActivationException(int errorCode, java.lang.String message, java.lang.Throwable cause)
           
 
Methods inherited from class ncsa.tools.elf.core.exceptions.ErrorCodeException
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ActivationException

public ActivationException(int errorCode,
                           java.lang.String message,
                           java.lang.Throwable cause)

ActivationException

public ActivationException(int errorCode,
                           java.lang.String message)