|
||||||||||
| 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
ch.ethz.iks.r_osgi.RemoteOSGiException
public final class RemoteOSGiException
RemoteOSGiException is thrown when an internal error occurs.
| Constructor Summary | |
|---|---|
RemoteOSGiException(java.lang.String message)
creates a new RemoteOSGiException from error message. |
|
RemoteOSGiException(java.lang.String message,
java.lang.Throwable nested)
creates a new RemoteOSGiException with error message and nested Throwable. |
|
RemoteOSGiException(java.lang.Throwable nested)
creates a new RemoteOSGiException that nests a Throwable. |
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getCause()
get the nested exception. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, 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 RemoteOSGiException(java.lang.String message)
message - the error message.public RemoteOSGiException(java.lang.Throwable nested)
Throwable.
nested - the nested Exception.
public RemoteOSGiException(java.lang.String message,
java.lang.Throwable nested)
Throwable.
message - the error message.nested - the nested Exception.| Method Detail |
|---|
public java.lang.Throwable getCause()
getCause in class java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||