public class MamaException
extends java.lang.RuntimeException
implements java.io.Serializable
| Constructor and Description |
|---|
MamaException(java.lang.String message)
Create a
MamaException with the specified message. |
MamaException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new runtime exception with the specified detail message and
cause.
|
MamaException(java.lang.Throwable cause)
Constructs a new runtime exception with the specified cause and a
detail message.
|
public MamaException(java.lang.String message,
java.lang.Throwable cause)
Note that the detail message associated with
cause is not automatically incorporated in
this runtime exception's detail message.
message - the detail message (which is saved for later retrieval
by the Throwable.getMessage() method).cause - the cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)public MamaException(java.lang.Throwable cause)
cause - the causepublic MamaException(java.lang.String message)
MamaException with the specified message.message - Copyright 2011 NYSE Technologies