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, getMessage
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public StubException()
StubException
with no specified
detail message.public StubException(String s)
StubException
with the specified
detail message.s
- the detail messageCopyright © 2013 CableLabs. All rights reserved.