it.imolinfo.jbi4corba.exception
Class ServiceCreationException

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.ServiceCreationException
All Implemented Interfaces:
Serializable

public class ServiceCreationException
extends Jbi4CorbaException

An exception used within the component during the 'service creation' phase.

Author:
raffaele
See Also:
Serialized Form

Constructor Summary
ServiceCreationException(String message)
          A constructor.
ServiceCreationException(String format, Object[] args, Throwable cause)
          XXXJavadoc.
ServiceCreationException(String message, Throwable cause)
          A constructor.
ServiceCreationException(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

ServiceCreationException

public ServiceCreationException(String message)
A constructor.

Parameters:
message - The message of the exception.

ServiceCreationException

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

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

ServiceCreationException

public ServiceCreationException(Throwable cause)
A constructor.

Parameters:
cause - The cause of the exception.

ServiceCreationException

public ServiceCreationException(String format,
                                Object[] args,
                                Throwable cause)
XXXJavadoc.

Parameters:
format - The format
args - The argoments
cause - The cause


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