it.imolinfo.jbi4corba.exception
Class Jbi4CorbaDeployException

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

public class Jbi4CorbaDeployException
extends Jbi4CorbaException

See Also:
Serialized Form

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

Jbi4CorbaDeployException

public Jbi4CorbaDeployException(String message)
A constructor.

Parameters:
message - The message of the exception.

Jbi4CorbaDeployException

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

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

Jbi4CorbaDeployException

public Jbi4CorbaDeployException(Throwable cause)
A constructor.

Parameters:
cause - The cause of the exception.

Jbi4CorbaDeployException

public Jbi4CorbaDeployException(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.