public class PeerUnavailableException extends Exception
SleeProviderFactory
to indicate that
a SleeProvider
peer class could not be instantiated using the
class name provided.
Possible reasons that the peer class could not be instantiated include:
SleeProvider
interface
Constructor and Description |
---|
PeerUnavailableException(String message)
Create a
PeerUnavailableException with a detail message. |
PeerUnavailableException(String message,
Throwable cause)
Create a
PeerUnavailableException with a detail message and cause. |
Modifier and Type | Method and Description |
---|---|
Throwable |
getCause()
Get the cause for this exception.
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PeerUnavailableException(String message)
PeerUnavailableException
with a detail message.message
- the detail message.