Class StructureRuntimeException

    • Constructor Detail

      • StructureRuntimeException

        public StructureRuntimeException​(String aMessage,
                                         String aErrorCode)
        Instantiates a new net runtime exception.
        Parameters:
        aMessage - the message
        aErrorCode - the error code
      • StructureRuntimeException

        public StructureRuntimeException​(String aMessage,
                                         Throwable aCause,
                                         String aErrorCode)
        Instantiates a new net runtime exception.
        Parameters:
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • StructureRuntimeException

        public StructureRuntimeException​(String message,
                                         Throwable cause)
        Instantiates a new net runtime exception.
        Parameters:
        message - the message
        cause - the cause
      • StructureRuntimeException

        public StructureRuntimeException​(String message)
        Instantiates a new net runtime exception.
        Parameters:
        message - the message
      • StructureRuntimeException

        public StructureRuntimeException​(Throwable aCause,
                                         String aErrorCode)
        Instantiates a new net runtime exception.
        Parameters:
        aCause - the cause
        aErrorCode - the error code
      • StructureRuntimeException

        public StructureRuntimeException​(Throwable cause)
        Instantiates a new net runtime exception.
        Parameters:
        cause - the cause