Class MDSException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MDSException
    extends java.lang.Throwable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      MDSException()  
      MDSException​(java.lang.String message)  
      MDSException​(java.lang.String message, java.lang.Throwable cause)  
      MDSException​(java.lang.Throwable cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCode()  
      java.lang.String getDetails()  
      void setCode​(java.lang.String code)  
      void setDetails​(java.lang.String details)  
      • 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

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

      • MDSException

        public MDSException()
      • MDSException

        public MDSException​(java.lang.String message)
      • MDSException

        public MDSException​(java.lang.String message,
                            java.lang.Throwable cause)
      • MDSException

        public MDSException​(java.lang.Throwable cause)
    • Method Detail

      • setCode

        public void setCode​(java.lang.String code)
      • getCode

        public java.lang.String getCode()
      • setDetails

        public void setDetails​(java.lang.String details)
      • getDetails

        public java.lang.String getDetails()