public class NestedBusException
extends BusException
Constructor and Description |
---|
NestedBusException()
Constructs an
BusException with no specified detail message. |
NestedBusException(IStringResource message,
java.lang.Object... insertions) |
NestedBusException(java.lang.String s)
Constructs an
BusException with the specified detail message. |
NestedBusException(java.lang.Throwable e)
Constructs an
BusException based on another exception |
NestedBusException(java.lang.Throwable cause,
IStringResource message,
java.lang.Object... insertions) |
NestedBusException(java.lang.Throwable e,
java.lang.String s) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage() |
java.lang.Throwable |
getNestedException() |
public NestedBusException()
BusException
with no specified detail message.public NestedBusException(java.lang.String s)
BusException
with the specified detail message.s
- the detail message.public NestedBusException(java.lang.Throwable e)
BusException
based on another exceptione
- the base exceptionpublic NestedBusException(java.lang.Throwable e, java.lang.String s)
public NestedBusException(IStringResource message, java.lang.Object... insertions)
public NestedBusException(java.lang.Throwable cause, IStringResource message, java.lang.Object... insertions)