public class JBMException
extends java.lang.RuntimeException
Constructor and Description |
---|
JBMException(java.lang.String message)
Creates a new instance with the given detail message and no cause.
|
JBMException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance with the given detail message and cause.
|
JBMException(java.lang.Throwable cause)
Creates a new instance with the given cause.
|
public JBMException(java.lang.String message, java.lang.Throwable cause)
message
- The detail message.cause
- The cause of the exception.public JBMException(java.lang.String message)
message
- The detail message.public JBMException(java.lang.Throwable cause)
Throwable.getMessage()
on the cause.cause
- The cause of the exception.