public class BBjBridgeException
extends java.lang.Exception
Modifier and Type | Class and Description |
---|---|
static class |
BBjBridgeException.BBjBridgeClosedException |
Constructor and Description |
---|
BBjBridgeException()
Creates new BBjBridgeException.
|
BBjBridgeException(java.lang.Exception p_other)
Constructor of BBjBridgeException from some other Exception.
|
BBjBridgeException(java.lang.String p_message)
Construct a BBjBridgeException with a specified message.
|
public BBjBridgeException()
public BBjBridgeException(java.lang.String p_message)
p_message
- Message of the exception.public BBjBridgeException(java.lang.Exception p_other)
p_other
- The exception whose message is being copied.