public class MamdaDataException
extends java.lang.RuntimeException
implements java.io.Serializable
| Constructor and Description |
|---|
MamdaDataException(java.lang.String message)
Create a
MamdaDataException with the specified message. |
MamdaDataException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new runtime exception with the specified detail message and
cause.
|
MamdaDataException(java.lang.Throwable cause)
Constructs a new runtime exception with the specified cause and a
detail message.
|
public MamdaDataException(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 MamdaDataException(java.lang.Throwable cause)
cause - the causepublic MamdaDataException(java.lang.String message)
MamdaDataException with the specified message.message - Copyright 2007 Wombat Financial Software, Inc.