public class PluginContainerException extends Exception
Make sure that when constructing these exceptions, that any cause is also available to remote
clients as well! If you are unsure, wrap the cause in a WrappedRemotingException
before passing it to this class' constructor.
| Constructor and Description |
|---|
PluginContainerException() |
PluginContainerException(String message) |
PluginContainerException(String message,
Throwable cause)
Because this exception is part of the plugin container's client API and thus is to be available on remote clients
as well, make sure the
cause throwable you pass to this constructor is also available to remote
clients. |
PluginContainerException(Throwable cause)
Because this exception is part of the plugin container's client API and thus is to be available on remote clients
as well, make sure the
cause throwable you pass to this constructor is also available to remote
clients. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PluginContainerException(Throwable cause)
cause throwable you pass to this constructor is also available to remote
clients. If it is not or you are unsure, wrap the cause in a
WrappedRemotingException before passing it in to this constructor.Throwable.Throwable(Throwable)public PluginContainerException(String message, Throwable cause)
cause throwable you pass to this constructor is also available to remote
clients. If it is not or you are unsure, wrap the cause in a
WrappedRemotingException before passing it in to this constructor.public PluginContainerException()
Throwable.Throwable()public PluginContainerException(String message)
Throwable.Throwable(String)Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.