public class RealmUnavailableException extends IOException
Constructor and Description |
---|
RealmUnavailableException()
Constructs a new
RealmUnavailableException instance. |
RealmUnavailableException(String msg)
Constructs a new
RealmUnavailableException instance with an initial message. |
RealmUnavailableException(String msg,
Throwable cause)
Constructs a new
RealmUnavailableException instance with an initial message and cause. |
RealmUnavailableException(Throwable cause)
Constructs a new
RealmUnavailableException instance with an initial cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RealmUnavailableException()
RealmUnavailableException
instance. The message is left blank (null
), and no
cause is specified.public RealmUnavailableException(String msg)
RealmUnavailableException
instance with an initial message. No cause is specified.msg
- the messagepublic RealmUnavailableException(Throwable cause)
RealmUnavailableException
instance with an initial cause. If a non-null
cause
is specified, its message is used to initialize the message of this RealmUnavailableException
; otherwise
the message is left blank (null
).cause
- the causeCopyright © 2020 JBoss by Red Hat. All rights reserved.