public class BluetoothAuthenticationException extends XBeeException
Constructor and Description |
---|
BluetoothAuthenticationException()
Creates a
BluetoothAuthenticationException with a default message
as its error detail message. |
BluetoothAuthenticationException(String message)
Creates a
BluetoothAuthenticationException with the given
message. |
BluetoothAuthenticationException(String message,
Throwable cause)
Creates a
BluetoothAuthenticationException with the given message
and cause. |
BluetoothAuthenticationException(Throwable cause)
Creates a
BluetoothAuthenticationException with the given cause
of the exception. |
getCause
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BluetoothAuthenticationException()
BluetoothAuthenticationException
with a default message
as its error detail message.public BluetoothAuthenticationException(String message)
BluetoothAuthenticationException
with the given
message.message
- Message of the exception.public BluetoothAuthenticationException(String message, Throwable cause)
BluetoothAuthenticationException
with the given message
and cause.message
- Message of the exception.cause
- Cause of the exception.public BluetoothAuthenticationException(Throwable cause)
BluetoothAuthenticationException
with the given cause
of the exception.cause
- Cause of the exception.© Copyright 2014 - 2024 Digi International Inc. All rights reserved.