public class StubException extends RemoteException
detail| Constructor and Description |
|---|
StubException()
Constructs a
StubException with no specified
detail message. |
StubException(String s)
Constructs a
StubException with the specified
detail message. |
StubException(String s,
Throwable ex)
Constructs a
StubException with the specified
detail message and nested exception. |
getCause, getMessageaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StubException()
StubException with no specified
detail message.public StubException(String s)
StubException with the specified
detail message.s - the detail messageCopyright © 2012 code4tv.com. All Rights Reserved.