|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ibis.ipl.IbisRuntimeException
ibis.ipl.IbisConfigurationException
Signals that there was an error in the Ibis configuration.
IbisConfigurationException
is thrown to indicate
that there is something wrong in the way Ibis was configured.
Constructor Summary | |
IbisConfigurationException()
Constructs a IbisConfigurationException with
null as its error detail message. |
|
IbisConfigurationException(java.lang.String s)
Constructs a IbisConfigurationException with
the specified detail message. |
|
IbisConfigurationException(java.lang.String s,
java.lang.Throwable cause)
Constructs a IbisConfigurationException with
the specified detail message and cause. |
|
IbisConfigurationException(java.lang.Throwable cause)
Constructs a IbisConfigurationException with
the specified cause. |
Methods inherited from class ibis.ipl.IbisRuntimeException |
getCause, getMessage, initCause, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public IbisConfigurationException()
IbisConfigurationException
with
null
as its error detail message.
public IbisConfigurationException(java.lang.String s)
IbisConfigurationException
with
the specified detail message.
s
- the detail messagepublic IbisConfigurationException(java.lang.String s, java.lang.Throwable cause)
IbisConfigurationException
with
the specified detail message and cause.
s
- the detail messagecause
- the causepublic IbisConfigurationException(java.lang.Throwable cause)
IbisConfigurationException
with
the specified cause.
cause
- the cause
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |