|
||||||||||
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.ServiceActivationException
public class ServiceActivationException
An exception used within the component during the activation phase.
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 |
---|
public ServiceActivationException(String message)
message
- The message of the exception.public ServiceActivationException(String message, Throwable cause)
message
- The message of the exception.cause
- The cause of the exception.public ServiceActivationException(Throwable cause)
cause
- The cause of the exception.public ServiceActivationException(String message, Object[] args, Throwable cause)
message
- the message of the exception.args
- the optional arguments applied to message
.cause
- the cause of the exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |