public class TransferUtilityException extends Exception
| Constructor and Description |
|---|
TransferUtilityException()
Default constructor.
|
TransferUtilityException(String message) |
TransferUtilityException(String message,
Throwable cause) |
TransferUtilityException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TransferUtilityException()
public TransferUtilityException(String message)
message - the exception message.public TransferUtilityException(String message, Throwable cause)
message - the exception message.cause - the throwable object that contains the cause.public TransferUtilityException(Throwable cause)
cause - the throwable object that contains the causeCopyright © 2019. All rights reserved.