Class DisGeNetException

java.lang.Object
java.lang.Throwable
java.lang.Exception
es.imim.DISGENET.exceptions.DisGeNetException
All Implemented Interfaces:
Serializable

public class DisGeNetException extends Exception
See Also:
  • Constructor Details

    • DisGeNetException

      public DisGeNetException()
    • DisGeNetException

      public DisGeNetException(String message)
    • DisGeNetException

      public DisGeNetException(Throwable cause)
    • DisGeNetException

      public DisGeNetException(String message, Throwable cause)
    • DisGeNetException

      public DisGeNetException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)