public class SynchronizeFXException extends RuntimeException
| Constructor and Description |
|---|
SynchronizeFXException(String message) |
SynchronizeFXException(String message,
Throwable e) |
SynchronizeFXException(Throwable e) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SynchronizeFXException(Throwable e)
e - The exception that caused this failure.public SynchronizeFXException(String message, Throwable e)
message - A user readable message that describes the problem and optionally some advice for the user how the
problem can be fixed.e - The exception that caused this failure.public SynchronizeFXException(String message)
message - A user readable message that describes the problem and optionally some advice for the user how the
problem can be fixed.Copyright © 2016 Saxonia Systems AG. All Rights Reserved.