Class IsacRuntimeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class IsacRuntimeException
    extends java.lang.RuntimeException
    This class implements runtime exception for the Isac module
    Author:
    JC Meillaud, A Peyrard
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      IsacRuntimeException​(java.lang.String cause)
      Constructor, build a new runtime exception with a prdefined message
      IsacRuntimeException​(java.lang.String cause, java.lang.Exception e)
      Send an isac runtime exception
    • 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

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

      • IsacRuntimeException

        public IsacRuntimeException​(java.lang.String cause)
        Constructor, build a new runtime exception with a prdefined message
        Parameters:
        cause - The cause of the exception
      • IsacRuntimeException

        public IsacRuntimeException​(java.lang.String cause,
                                    java.lang.Exception e)
        Send an isac runtime exception
        Parameters:
        cause - The cause of the exception
        e - The previous exception