public class BridgeException
extends java.lang.RuntimeException
Constructor and Description |
---|
BridgeException()
The default constructor.
|
BridgeException(java.lang.String message)
Constructs a
BridgeException object with the specified message. |
BridgeException(java.lang.String message,
java.lang.Throwable exception)
Constructs
BridgeException object with the specified message and exception. |
BridgeException(java.lang.Throwable exception)
Constructs a
BridgeException object with the specified exception. |
public BridgeException()
public BridgeException(java.lang.String message)
BridgeException
object with the specified message.message
- A string containing more information about the exception.public BridgeException(java.lang.Throwable exception)
BridgeException
object with the specified exception.exception
- The exceptionpublic BridgeException(java.lang.String message, java.lang.Throwable exception)
BridgeException
object with the specified message and exception.message
- A string containing more information about the exception.exception
- The exception.