public class B2bException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
(package private) static java.lang.String |
COPYRIGHT |
| Constructor and Description |
|---|
B2bException(java.lang.String message) |
B2bException(java.lang.String message,
java.lang.Throwable nested) |
B2bException(java.lang.Throwable nested) |
static final java.lang.String COPYRIGHT
public B2bException(java.lang.String message)
message - Description of the errorpublic B2bException(java.lang.String message,
java.lang.Throwable nested)
message - Description of the errornested - Nested exceptionpublic B2bException(java.lang.Throwable nested)
nested - Nested exception