public class TransferCancelledException extends RepositoryException
Constructor and Description |
---|
TransferCancelledException()
Creates a new exception with a stock detail message.
|
TransferCancelledException(String message)
Creates a new exception with the specified detail message.
|
TransferCancelledException(String message,
Throwable cause)
Creates a new exception with the specified detail message and cause.
|
getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TransferCancelledException()
public TransferCancelledException(String message)
message
- The detail message, may be null
.Copyright © 2010-2016 The Eclipse Foundation. All Rights Reserved.