|
||||||||||
| 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
org.mockcentral.server.MockCentralServerException
public class MockCentralServerException
RuntimeException class for application exceptions generated
within the server package.
| Constructor Summary | |
|---|---|
MockCentralServerException(java.lang.String message)
Creates a new instance with the supplied message. |
|
MockCentralServerException(java.lang.String message,
java.lang.Throwable t)
Creates a new instance with the supplied message and nested Throwable. |
|
MockCentralServerException(java.lang.Throwable t)
Creates a new instance with the supplied nested Throwable. |
|
| 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 MockCentralServerException(java.lang.String message)
message - the Exception message.public MockCentralServerException(java.lang.Throwable t)
Throwable.
t - the nested Throwable.
public MockCentralServerException(java.lang.String message,
java.lang.Throwable t)
Throwable.
message - the Exception message.t - the nested Throwable.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||