it.imolinfo.jbi4corba.exception
Class ServiceActivationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by it.imolinfo.jbi4corba.exception.Jbi4CorbaException
              extended by it.imolinfo.jbi4corba.exception.ServiceActivationException
All Implemented Interfaces:
Serializable

public class ServiceActivationException
extends Jbi4CorbaException

An exception used within the component during the activation phase.

See Also:
Serialized Form

Constructor Summary
ServiceActivationException(String message)
          A constructor.
ServiceActivationException(String message, Object[] args, Throwable cause)
          A constructor with i18n support.
ServiceActivationException(String message, Throwable cause)
          A constructor.
ServiceActivationException(Throwable cause)
          A constructor.
 
Method Summary
 
Methods inherited from class it.imolinfo.jbi4corba.exception.Jbi4CorbaException
getLocalizedMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

ServiceActivationException

public ServiceActivationException(String message)
A constructor.

Parameters:
message - The message of the exception.

ServiceActivationException

public ServiceActivationException(String message,
                                  Throwable cause)
A constructor.

Parameters:
message - The message of the exception.
cause - The cause of the exception.

ServiceActivationException

public ServiceActivationException(Throwable cause)
A constructor.

Parameters:
cause - The cause of the exception.

ServiceActivationException

public ServiceActivationException(String message,
                                  Object[] args,
                                  Throwable cause)
A constructor with i18n support.

Parameters:
message - the message of the exception.
args - the optional arguments applied to message.
cause - the cause of the exception.


Copyright © 2005-2010 Imola Informatica. All Rights Reserved.