public class SyncObjException extends RuntimeException
| Constructor and Description |
|---|
SyncObjException()
Default no arg constructor
|
SyncObjException(String msg)
Constructor which accepts the exception message.
|
SyncObjException(String msg,
Throwable cause)
Constructor that accepts both message and the cause abstractions
|
SyncObjException(Throwable cause)
Constructor that accepts the cause abstraction.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SyncObjException()
public SyncObjException(String msg)
msg - the message for the exception event.public SyncObjException(Throwable cause)
cause - the encapsulating Throwable for the exception event..Copyright © 2014. All Rights Reserved.