|
||||||||||
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 java.lang.RuntimeException org.springframework.osgi.OsgiException
public class OsgiException
Root of the Spring DM exception hierarchy.
Constructor Summary | |
---|---|
OsgiException()
Default constructor using no specified cause or detailed message. |
|
OsgiException(String message)
Constructs a new OsgiException instance. |
|
OsgiException(String message,
Throwable cause)
Constructs a new OsgiException instance. |
|
OsgiException(Throwable cause)
Constructs a new OsgiException instance. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, 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 OsgiException()
public OsgiException(String message, Throwable cause)
OsgiException
instance.
message
- detailed messagecause
- exception causepublic OsgiException(String message)
OsgiException
instance.
message
- detailed messagepublic OsgiException(Throwable cause)
OsgiException
instance.
cause
- exception cause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |