it.imolinfo.jbi4corba.exception
Class WSDLGenerationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
it.imolinfo.jbi4corba.exception.Jbi4CorbaException
it.imolinfo.jbi4corba.exception.WSDLGenerationException
- All Implemented Interfaces:
- Serializable
public class WSDLGenerationException
- extends Jbi4CorbaException
The exception used when there is an error during the class generation phase.
- See Also:
- Serialized Form
WSDLGenerationException
public WSDLGenerationException(String message)
- A constructor.
- Parameters:
message - The message of the exception.
WSDLGenerationException
public WSDLGenerationException(String message,
Throwable cause)
- A constructor.
- Parameters:
message - The message of the exception.cause - The cause of the exception.
WSDLGenerationException
public WSDLGenerationException(Throwable cause)
- A constructor.
- Parameters:
cause - The cause of the exception.
WSDLGenerationException
public WSDLGenerationException(String format,
Object[] args,
Throwable cause)
- Parameters:
format - The formatargs - The argomentscause - The cause
WSDLGenerationException
public WSDLGenerationException(String format,
Object[] args)
- Parameters:
format - The formatargs - The argoments
Copyright © 2005-2010 Imola Informatica. All Rights Reserved.