|
||||||||||
| 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.UnknownProxyException
public class UnknownProxyException
RuntimeException class used to indicate that a required
Proxy object was not found in the map defined by a
Fixture instance. This exception is thrown by various methods in
the server when clients attempt to access unknown Proxy objects.
| Constructor Summary | |
|---|---|
UnknownProxyException(java.lang.String unknownProxyName)
Creates a new instance with the supplied unknown proxy Object name. |
|
| Method Summary | |
|---|---|
java.lang.String |
getUnknownProxyName()
Returns the name of the unknown proxy Object. |
| 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 UnknownProxyException(java.lang.String unknownProxyName)
unknownProxyName - the name of the unknown proxy Object.| Method Detail |
|---|
public java.lang.String getUnknownProxyName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||