|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception it.imolinfo.jbi4corba.exception.Jbi4CorbaException it.imolinfo.jbi4corba.exception.ServiceCreationException
public class ServiceCreationException
An exception used within the component during the 'service creation' phase.
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 |
---|
public ServiceCreationException(String message)
message
- The message of the exception.public ServiceCreationException(String message, Throwable cause)
message
- The message of the exception.cause
- The cause of the exception.public ServiceCreationException(Throwable cause)
cause
- The cause of the exception.public ServiceCreationException(String format, Object[] args, Throwable cause)
format
- The formatargs
- The argomentscause
- The cause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |