@ThreadSafe
public class UpdateException
extends java.lang.Exception
| Constructor and Description |
|---|
UpdateException()
Creates a new UpdateException.
|
UpdateException(java.lang.String msg)
Creates a new UpdateException.
|
UpdateException(java.lang.String msg,
java.lang.Throwable ex)
Creates a new UpdateException.
|
UpdateException(java.lang.Throwable ex)
Creates a new UpdateException.
|
public UpdateException()
public UpdateException(java.lang.String msg)
msg - a message for the exception.public UpdateException(java.lang.Throwable ex)
ex - the cause of the update exception.public UpdateException(java.lang.String msg,
java.lang.Throwable ex)
msg - a message for the exception.ex - the cause of the update exception.Copyright© 2012-21 Jeremy Long. All Rights Reserved.