Class MamdaDataException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MamdaDataException
    extends java.lang.RuntimeException
    implements java.io.Serializable
    MAMDA data exceptions.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor 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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MamdaDataException

        public MamdaDataException​(java.lang.String message,
                                  java.lang.Throwable cause)
        Constructs a new runtime exception with the specified detail message and cause.

        Note that the detail message associated with cause is not automatically incorporated in this runtime exception's detail message.

        Parameters:
        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.)
        Since:
        1.4
      • MamdaDataException

        public MamdaDataException​(java.lang.Throwable cause)
        Constructs a new runtime exception with the specified cause and a detail message. This constructor is useful for runtime exceptions that are little more than wrappers for other throwables.
        Parameters:
        cause - the cause
        Since:
        1.4
      • MamdaDataException

        public MamdaDataException​(java.lang.String message)
        Create a MamdaDataException with the specified message.
        Parameters:
        message -